diff --git a/CHANGELOG.md b/CHANGELOG.md index bb116a5e3..632406a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [8.6.5](https://github.com/readmeio/rdme/compare/v8.6.4...v8.6.5) (2023-08-21) + + +### Bug Fixes + +* **deps:** upgrading out of date deps ([#836](https://github.com/readmeio/rdme/issues/836)) ([8600554](https://github.com/readmeio/rdme/commit/86005541815b1810f2483f15a2bd579e14b82619)) +* **npm:** revert shrinkwrap changes ([#824](https://github.com/readmeio/rdme/issues/824)) ([f96e6dc](https://github.com/readmeio/rdme/commit/f96e6dc33813e9a2db0474c1bac652cfca3c0e54)) +* **openapi/inspect:** small url formatting error ([#855](https://github.com/readmeio/rdme/issues/855)) ([c54e289](https://github.com/readmeio/rdme/commit/c54e2896f253004563a29c3b42bde1f201f1e180)) +* **reducer:** quirk with security schemes sometimes getting removed ([#867](https://github.com/readmeio/rdme/issues/867)) ([be2e037](https://github.com/readmeio/rdme/commit/be2e0370ce9fb29e6b56d6739a37449ecf0af8a7)) +* **security:** don't publish certain files to npm ([a83fe1c](https://github.com/readmeio/rdme/commit/a83fe1cb94765f0e333374b0e6799f28c3268167)), closes [/socket.dev/npm/package/rdme/files/8.6.5-next.2/bin/docker.js#T167-182](https://github.com//socket.dev/npm/package/rdme/files/8.6.5-next.2/bin/docker.js/issues/T167-182) +* typo ([#852](https://github.com/readmeio/rdme/issues/852)) ([26c10e5](https://github.com/readmeio/rdme/commit/26c10e59415afbd32dc13f5438c8fd5a1747e22e)) +* **versions:** general refactors to handle flag edge cases ([#861](https://github.com/readmeio/rdme/issues/861)) ([e316139](https://github.com/readmeio/rdme/commit/e31613915aaa383e49e949c6aac40b950f7bf9cf)) + ## [8.6.5-next.7](https://github.com/readmeio/rdme/compare/v8.6.5-next.6...v8.6.5-next.7) (2023-08-18) diff --git a/action.yml b/action.yml index 2f30518ac..673e9e455 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.5-next.7 + image: docker://ghcr.io/readmeio/rdme:8.6.5 args: - docker-gha - ${{ inputs.rdme }} diff --git a/package-lock.json b/package-lock.json index 155aa1b9e..7b594b54f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "8.6.5-next.7", + "version": "8.6.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "8.6.5-next.7", + "version": "8.6.5", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index abe62202c..005c9aac6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "8.6.5-next.7", + "version": "8.6.5", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",