From d6fada922a178bf44ed4bb1cb7a9a8ac7feb44e0 Mon Sep 17 00:00:00 2001 From: hyiso Date: Sun, 16 Jul 2023 00:32:40 +0800 Subject: [PATCH] chore(release): Release v0.5.0 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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