diff --git a/CHANGELOG.md b/CHANGELOG.md index de6065de..8dfe3683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [grease@3.0.0-alpha.3](https://github.com/flex-development/grease/compare/grease@3.0.0-alpha.2...grease@3.0.0-alpha.3) (2023-10-22) + +### :robot: Continuous Integration + +- [[`0e96454`](https://github.com/flex-development/grease/commit/0e96454bc5b9ea1f51263ecc9ea0d31cf5124397)] **workflows:** [`release`] fix notes logic + ## [grease@3.0.0-alpha.2](https://github.com/flex-development/grease/compare/grease@3.0.0-alpha.1...grease@3.0.0-alpha.2) (2023-10-22) ### :package: Build @@ -422,3 +428,4 @@ + diff --git a/package.json b/package.json index 12205eaa..bbadd335 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.2", + "version": "3.0.0-alpha.3", "keywords": [ "bump", "changelog",