diff --git a/CHANGELOG.md b/CHANGELOG.md index 835b8be88..86ed8c3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.4-next.2](https://github.com/readmeio/rdme/compare/v9.0.4-next.1...v9.0.4-next.2) (2024-12-11) + + +### Bug Fixes + +* copy package.json file instead of symlinking ([1d56c21](https://github.com/readmeio/rdme/commit/1d56c21b0313fb0dcf0721294196b729eb2eaa49)) + ## [9.0.4-next.1](https://github.com/readmeio/rdme/compare/v9.0.3...v9.0.4-next.1) (2024-12-11) diff --git a/package-lock.json b/package-lock.json index c79b7b756..dcb8da966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "9.0.4-next.1", + "version": "9.0.4-next.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rdme", - "version": "9.0.4-next.1", + "version": "9.0.4-next.2", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index c8c456a96..a00794e4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "9.0.4-next.1", + "version": "9.0.4-next.2", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",