diff --git a/CHANGELOG.md b/CHANGELOG.md index 604adfd32..9f8d77c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [8.6.2](https://github.com/readmeio/rdme/compare/v8.6.1...v8.6.2) (2023-04-19) + + +### Bug Fixes + +* **deps:** bump `oas` (and others) ([#802](https://github.com/readmeio/rdme/issues/802)) ([4dbc5f4](https://github.com/readmeio/rdme/commit/4dbc5f4864b1213d6035dd57760598a2ab3e8c92)) +* **npm:** generate provenance statements ([6834f75](https://github.com/readmeio/rdme/commit/6834f753bbbd5370d06768b0a3abffa79a7a02a5)) +* **npm:** use shrinkwrap instead of lockfile ([#803](https://github.com/readmeio/rdme/issues/803)) ([4ec3fa7](https://github.com/readmeio/rdme/commit/4ec3fa7f425b0e5da27214255cd4e4c1a99f4e93)) +* packages permission issue ([f0fb7dc](https://github.com/readmeio/rdme/commit/f0fb7dc633eb733256a98e6404cbae2a116c1b78)) +* **semantic-release:** bump to v21 ([f53c1a4](https://github.com/readmeio/rdme/commit/f53c1a4852dfb234c2bd05a20302d25e9d896d39)) + ## [8.6.2-next.4](https://github.com/readmeio/rdme/compare/v8.6.2-next.3...v8.6.2-next.4) (2023-04-19) diff --git a/action.yml b/action.yml index 46b108496..6edebe55b 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.2-next.4 + image: docker://ghcr.io/readmeio/rdme:8.6.2 args: - docker-gha - ${{ inputs.rdme }} diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7f1084870..a91ab55a2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "8.6.2-next.4", + "version": "8.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "8.6.2-next.4", + "version": "8.6.2", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index f8f9dd4f2..123b69cd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "8.6.2-next.4", + "version": "8.6.2", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",