From 0f5b815ad305a9b74536f1e0d4f4c56e10d40bee Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 31 Mar 2022 12:59:52 -0700 Subject: [PATCH] build: 7.0.2 release --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e492bb7b..1b20f3790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 7.0.2 (2022-03-31) + +* chore: update step name to reflect actual behavior ([393ddb1](https://github.com/readmeio/rdme/commit/393ddb1)) +* chore(deps-dev): bumping out of date dev deps (#485) ([d361a0b](https://github.com/readmeio/rdme/commit/d361a0b)), closes [#485](https://github.com/readmeio/rdme/issues/485) +* chore(deps): bump minimist from 1.2.5 to 1.2.6 (#481) ([e23bfd0](https://github.com/readmeio/rdme/commit/e23bfd0)), closes [#481](https://github.com/readmeio/rdme/issues/481) +* feat(openapi): specify spec path and type in success response (#480) ([3a32cc2](https://github.com/readmeio/rdme/commit/3a32cc2)), closes [#480](https://github.com/readmeio/rdme/issues/480) +* fix: upgrading oas-normalize to support openapi 3.1 $ref + description (#484) ([7ffc1f5](https://github.com/readmeio/rdme/commit/7ffc1f5)), closes [#484](https://github.com/readmeio/rdme/issues/484) +* docs: small language tweak to use an additional variable ([b92a55c](https://github.com/readmeio/rdme/commit/b92a55c)) +* docs: update GHA description ([bb69d37](https://github.com/readmeio/rdme/commit/bb69d37)) +* docs: use variables ([c84550f](https://github.com/readmeio/rdme/commit/c84550f)) + + + ## 7.0.1 (2022-03-18) * fix: upgrading oas-normalize to fix a bug with a nested babel dep ([ec6f35a](https://github.com/readmeio/rdme/commit/ec6f35a)) diff --git a/package-lock.json b/package-lock.json index 30cda9ce3..6fa6d2415 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "7.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 06500bde3..7af442827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "7.0.1", + "version": "7.0.2", "description": "ReadMe's official CLI and GitHub Action wrapper.", "license": "MIT", "author": "ReadMe (https://readme.com)",