diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d48e49..fb16a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.0.1](https://github.com/release-please-oss/release-please-action/compare/v6.0.0...v6.0.1) (2026-04-22) + + +### Bug Fixes + +* reuse single Manifest instance for releases and pull requests ([#41](https://github.com/release-please-oss/release-please-action/issues/41)) ([6be9b2e](https://github.com/release-please-oss/release-please-action/commit/6be9b2eadabff00691a8e74f2204b098bc0daca5)) + + +### Miscellaneous Chores + +* **deps:** update github-actions ([#42](https://github.com/release-please-oss/release-please-action/issues/42)) ([363ed7a](https://github.com/release-please-oss/release-please-action/commit/363ed7ab93f36dd614d52a98ccb8512852bd1cb6)) +* **deps:** update npm dependencies ([#33](https://github.com/release-please-oss/release-please-action/issues/33)) ([1321c41](https://github.com/release-please-oss/release-please-action/commit/1321c41a8573ad17d2502ec465256718a472f507)) + ## [6.0.0](https://github.com/release-please-oss/release-please-action/compare/v5.3.2...v6.0.0) (2026-04-15) diff --git a/package-lock.json b/package-lock.json index 873305d..53a13ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "release-please-action", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "release-please-action", - "version": "6.0.0", + "version": "6.0.1", "license": "Apache-2.0", "dependencies": { "@actions/core": "^3.0.0", diff --git a/package.json b/package.json index 5d1a312..d0b7295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-please-action", - "version": "6.0.0", + "version": "6.0.1", "private": true, "description": "automated releases based on conventional commits", "keywords": [