diff --git a/CHANGELOG.md b/CHANGELOG.md index d2bbbf8c7..3e42d4938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.6.0-next.12](https://github.com/readmeio/rdme/compare/v8.6.0-next.11...v8.6.0-next.12) (2023-03-03) + + +### Bug Fixes + +* upgrading `oas-normalize` to move to our `postman-to-openapi` fork ([#776](https://github.com/readmeio/rdme/issues/776)) ([ee8ce0a](https://github.com/readmeio/rdme/commit/ee8ce0a8aa6bccb8273b4fa653dbe9a3b2fcbb20)) + # [8.6.0-next.11](https://github.com/readmeio/rdme/compare/v8.6.0-next.10...v8.6.0-next.11) (2023-02-15) diff --git a/package-lock.json b/package-lock.json index d900cb2d0..7b4fa5acf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "8.6.0-next.11", + "version": "8.6.0-next.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "8.6.0-next.11", + "version": "8.6.0-next.12", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index c245763ee..3d6915aaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "8.6.0-next.11", + "version": "8.6.0-next.12", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",