diff --git a/CHANGELOG.md b/CHANGELOG.md index 46dc7a6f8..65b15d745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.6.3](https://github.com/readmeio/rdme/compare/v8.6.2...v8.6.3) (2023-05-01) + + +### Bug Fixes + +* **openapi:** postman responses without a response now get one ([#812](https://github.com/readmeio/rdme/issues/812)) ([8fa90e1](https://github.com/readmeio/rdme/commit/8fa90e1a853b703c41d0d1ddf6eac164017c984e)) + ## [8.6.3-next.1](https://github.com/readmeio/rdme/compare/v8.6.2...v8.6.3-next.1) (2023-05-01) diff --git a/action.yml b/action.yml index 546386598..36d8b58e8 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ outputs: description: The rdme command result output runs: using: docker - image: docker://ghcr.io/readmeio/rdme:8.6.3-next.1 + image: docker://ghcr.io/readmeio/rdme:8.6.3 args: - docker-gha - ${{ inputs.rdme }} diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 462e5cb36..ba9263faf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "8.6.3-next.1", + "version": "8.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "8.6.3-next.1", + "version": "8.6.3", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 1c623929c..1c8e0e99f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "8.6.3-next.1", + "version": "8.6.3", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",