diff --git a/CHANGELOG.md b/CHANGELOG.md index 70db836..7711c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.5.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FEAT**: throw exception if read commit message failed + - **FEAT**: support multi scopes + - **FIX**: print empty when output is empty (fix #9) + ## 0.4.2 - Set dart sdk minVersion to 2.15.0 diff --git a/pubspec.yaml b/pubspec.yaml index 4fc397b..a8deabb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: commitlint_cli description: Commitlint lint commit messages to satisfy conventional commit format -version: 0.4.2 +version: 0.5.0 homepage: https://github.com/hyiso/commitlint documentation: https://hyiso.github.io/commitlint