diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f0..5a388b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,24 @@ +# 0.3.0 (2024-02-18) + +### Bug Fixes + +- add permissions to compliance action ([c518fc1](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/c518fc1ef69d7703799b94b42fbd6f5f6664f2cf)) +- always return false if a release commit is found ([fbe1937](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/fbe193729241e2733d623173ec58ad9dd7668415)) +- consider version-number-only commit as a release ([402567e](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/402567e009d95fa513e7e2081f487606a882f2fa)) +- empty commit to trigger release ([8feb21f](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/8feb21f2c746d9f0c5ca3035b762389570f733f5)) +- empty commit to trigger release ([3e1b46a](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/3e1b46a2aba103f0fda95940bfff89d76964bc3b)) +- lint & lock file ([bbe2520](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/bbe2520851e077eab41515c55c9197015ec32775)) +- regex ([573c841](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/573c84177c0f5361c037533f3b65ef7b4f56c02f)) +- use @pkgjs/parseargs instead of native node:utils to support node 14 ([fb3b839](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/fb3b83936977d362b1d42662b43298226f8ea379)) + +### Features + +- add understanding of more commit types ([6255d06](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/6255d06ecb54d9bf64c664cdf4541c4a87b88d67)) +- added --verbosity flag ([23dedbc](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/23dedbcb2a1b5e8d3dbef240b23740a7a631b865)) +- support BREAKING CHANGE ([53951bd](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/53951bd70011db084266d7b1ae95128f86059c98)) + +### Reverts + +- Revert "chore: switch bin to non-.mjs" ([40545b9](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/40545b9b443f56dbe183618ecff934cc3d2c7766)) + # Changelog diff --git a/package.json b/package.json index 9a166df3..57ed4dd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "should-semantic-release", - "version": "0.2.0", + "version": "0.3.0", "description": "Checks whether a semantic release should be run for a repository. 💂", "repository": { "type": "git",