From d135111e38f43a520fcdaf39f633ca5696fc972d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Mar 2023 23:39:47 +0000 Subject: [PATCH] =?UTF-8?q?build(release):=20=F0=9F=9A=80=20v8.6.0-next.12?= =?UTF-8?q?=20=F0=9F=A6=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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)) [skip ci] --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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)",