From 78c05a6e62afeebb60e41e494ced2550f4ede3d5 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Fri, 18 Mar 2022 09:24:09 -0700 Subject: [PATCH] build: 7.0.1 release --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb975d85..8e492bb7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 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)) +* docs(GHA): checkout guidance, workflow triggers (#479) ([67d7640](https://github.com/readmeio/rdme/commit/67d7640)), closes [#479](https://github.com/readmeio/rdme/issues/479) +* chore: rename file and docs ([ace94f7](https://github.com/readmeio/rdme/commit/ace94f7)) + + + ## 7.0.0 (2022-03-10) > v7 of `rdme` is a massive release that includes first-class GitHub Actions support, a new dry run flag for the `docs` command, and lots of improvements to our documentation. This release includes several breaking changes: diff --git a/package-lock.json b/package-lock.json index 9dda9e124..96fd25f5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 669cfd212..88278010d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "7.0.0", + "version": "7.0.1", "description": "ReadMe's official CLI and GitHub Action wrapper.", "license": "MIT", "author": "ReadMe (https://readme.com)",