From 494445540407624c12dc754dd635c0680e3f84ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Jun 2023 15:48:47 +0000 Subject: [PATCH] =?UTF-8?q?build(release):=20=F0=9F=9A=80=20v8.6.4-next.3?= =?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.4-next.3](https://github.com/readmeio/rdme/compare/v8.6.4-next.2...v8.6.4-next.3) (2023-06-05) ### Bug Fixes * **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 | 7 +++++++ action.yml | 2 +- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7e030e5..03dc0decb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.6.4-next.3](https://github.com/readmeio/rdme/compare/v8.6.4-next.2...v8.6.4-next.3) (2023-06-05) + + +### Bug Fixes + +* **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.2](https://github.com/readmeio/rdme/compare/v8.6.4-next.1...v8.6.4-next.2) (2023-06-02) diff --git a/action.yml b/action.yml index 04ea108a9..cf0a225a5 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.2 + image: docker://ghcr.io/readmeio/rdme:8.6.4-next.3 args: - docker-gha - ${{ inputs.rdme }} diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a0d51651f..de5404ca1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "8.6.4-next.2", + "version": "8.6.4-next.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "8.6.4-next.2", + "version": "8.6.4-next.3", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index b5e9ff627..033dded13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "8.6.4-next.2", + "version": "8.6.4-next.3", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",