diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c313f9..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fde5bb..79d90ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/roleme/workflows/compare/v1.4.0...v2.0.0) (2026-08-12) + + +### ⚠ BREAKING CHANGES + +* **deps:** major version bump of a dependency; review consumer compatibility. + +### Miscellaneous Chores + +* **deps:** update actions/setup-node action to v7 ([#40](https://github.com/roleme/workflows/issues/40)) ([93f3c31](https://github.com/roleme/workflows/commit/93f3c31940225bbb697dd4f49c430d88a90a1c40)) + ## [1.4.0](https://github.com/roleme/workflows/compare/v1.3.0...v1.4.0) (2026-07-25)