From 01ed07d63eeeda9be92b4907c59bdf1283a0b4ce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Jun 2023 15:55:20 +0000 Subject: [PATCH] =?UTF-8?q?build(release):=20=F0=9F=9A=80=20v8.6.4=20?= =?UTF-8?q?=F0=9F=A6=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [8.6.4](https://github.com/readmeio/rdme/compare/v8.6.3...v8.6.4) (2023-06-05) ### Bug Fixes * empty commit to trigger patch release ([71cf84b](https://github.com/readmeio/rdme/commit/71cf84be8fe0b12a61c3e273822009a16bdd17bd)) * **fetch:** encode parameters in source URL ([#817](https://github.com/readmeio/rdme/issues/817)) ([ff86384](https://github.com/readmeio/rdme/commit/ff86384c1ab2739c7401027c47b22d4541a2e52a)) * **fetch:** stricter source URL type-checking ([#818](https://github.com/readmeio/rdme/issues/818)) ([d082473](https://github.com/readmeio/rdme/commit/d0824735f3a130dbce0f26ca315e1f30754efaa7)) [skip ci] --- CHANGELOG.md | 9 +++++++++ action.yml | 2 +- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03dc0decb..22ffc5ee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.6.4](https://github.com/readmeio/rdme/compare/v8.6.3...v8.6.4) (2023-06-05) + + +### Bug Fixes + +* empty commit to trigger patch release ([71cf84b](https://github.com/readmeio/rdme/commit/71cf84be8fe0b12a61c3e273822009a16bdd17bd)) +* **fetch:** encode parameters in source URL ([#817](https://github.com/readmeio/rdme/issues/817)) ([ff86384](https://github.com/readmeio/rdme/commit/ff86384c1ab2739c7401027c47b22d4541a2e52a)) +* **fetch:** stricter source URL type-checking ([#818](https://github.com/readmeio/rdme/issues/818)) ([d082473](https://github.com/readmeio/rdme/commit/d0824735f3a130dbce0f26ca315e1f30754efaa7)) + ## [8.6.4-next.3](https://github.com/readmeio/rdme/compare/v8.6.4-next.2...v8.6.4-next.3) (2023-06-05) diff --git a/action.yml b/action.yml index cf0a225a5..1736ad235 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ outputs: description: The rdme command result output runs: using: docker - image: docker://ghcr.io/readmeio/rdme:8.6.4-next.3 + image: docker://ghcr.io/readmeio/rdme:8.6.4 args: - docker-gha - ${{ inputs.rdme }} diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index de5404ca1..40cb9d101 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "8.6.4-next.3", + "version": "8.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "8.6.4-next.3", + "version": "8.6.4", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 033dded13..22e565ed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "8.6.4-next.3", + "version": "8.6.4", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",