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)",