diff --git a/CHANGELOG.md b/CHANGELOG.md index a186747c..74a34856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [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 + +- [[`c53f998`](https://github.com/flex-development/grease/commit/c53f9987b905f84e52c36c5f6605ec2393b9f8b9)] **workflows:** [`publish`] fix provenance statement generation + ## [grease@3.0.0-alpha.6](https://github.com/flex-development/grease/compare/grease@3.0.0-alpha.5...grease@3.0.0-alpha.6) (2023-11-05) ### :robot: Continuous Integration @@ -488,3 +494,4 @@ + diff --git a/package.json b/package.json index fbcee320..bb4839f6 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.6", + "version": "3.0.0-alpha.7", "keywords": [ "bump", "changelog",