From 14015cd99f8a06a2427a130993a4b3f2a36fdaa9 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Thu, 17 Nov 2022 14:35:39 -0600 Subject: [PATCH] build: 8.1.1 release --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 098688e61..1415a8405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 8.1.1 (2022-11-17) + +* fix: don't prompt for version if only one exists (#675) ([0180883](https://github.com/readmeio/rdme/commit/0180883)), closes [#675](https://github.com/readmeio/rdme/issues/675) +* feat(open): `rdme open` should have a flag for opening the dash (#671) ([c2677f7](https://github.com/readmeio/rdme/commit/c2677f7)), closes [#671](https://github.com/readmeio/rdme/issues/671) +* docs: update maintainers guidance ([1aa7214](https://github.com/readmeio/rdme/commit/1aa7214)) +* ci: remove retag-release workflow (#674) ([5ed84a0](https://github.com/readmeio/rdme/commit/5ed84a0)), closes [#674](https://github.com/readmeio/rdme/issues/674) + + + ## 8.1.0 (2022-11-16) * fix: package.json keywords declarations (#666) ([9d026cb](https://github.com/readmeio/rdme/commit/9d026cb)), closes [#666](https://github.com/readmeio/rdme/issues/666) diff --git a/package-lock.json b/package-lock.json index 404ca304b..1639bbd7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 6a686e1b4..6526fa8d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "8.1.0", + "version": "8.1.1", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",