Skip to content

Release v1.0.2

Compare
Choose a tag to compare
@kjczarne kjczarne released this 29 Sep 12:41
· 46 commits to master since this release

In this release a silly RegEx validation bug in the semantic suite has been fixed. Validation was failing if the breaking change marker was included within the commit message, e.g. feat!: something would fail validation due to the RegEx pattern not foreseeing the ! character to be used. This is now fixed.