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.