Releases: barzik/branch-name-lint
Releases · barzik/branch-name-lint
V2.1.1
V2.1.0
V2.0.0
Breaking changes
- Option changed. From
seperator
toseparator
. - Option changed. From
msgseperatorRequiredL
tomsgseparatorRequiredL
.
If you have either seperator
or msgseperatorRequiredL
in your settings, please change it to separator
or msgseparatorRequiredL
.
Potentially breaking changes
- branch name and prefix are now case sensitive.
Other changes
- We have CHANGELOG now.
- main branch instead of master.
Security Update: npm audit low level issues
WHAT'S NEW
npm audit --fix
to fix some low-level changes. no breaking change.