diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a34856..8498dea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [grease@3.0.0-alpha.8](https://github.com/flex-development/grease/compare/grease@3.0.0-alpha.7...grease@3.0.0-alpha.8) (2023-11-06) + +### :robot: Continuous Integration + +- [[`86aadcf`](https://github.com/flex-development/grease/commit/86aadcfa58ee17fa8f2aaaee6032307f563b8ea1)] **workflows:** [`publish`] fix provenance statement generation + ## [grease@3.0.0-alpha.7](https://github.com/flex-development/grease/compare/grease@3.0.0-alpha.6...grease@3.0.0-alpha.7) (2023-11-06) ### :robot: Continuous Integration @@ -495,3 +501,4 @@ + diff --git a/package.json b/package.json index bb4839f6..4f6d14da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/grease", "description": "Release workflow tool for Node.js and CLI environments", - "version": "3.0.0-alpha.7", + "version": "3.0.0-alpha.8", "keywords": [ "bump", "changelog",