From 33ca1d92e57f3267497681934de576ba8b3b76ca Mon Sep 17 00:00:00 2001 From: hyiso Date: Fri, 1 Sep 2023 23:35:33 +0800 Subject: [PATCH] chore(release): release v0.6.3 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b8a29..9c49a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.3 + + - Bump `ansi` version `0.4.0` + ## 0.6.2 - Bump `ansi` version to `0.3.0`, `change_case` to `1.1.0` diff --git a/pubspec.yaml b/pubspec.yaml index 2be5fd5..9c49078 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.6.2 +version: 0.6.3 homepage: https://github.com/hyiso/commitlint documentation: https://hyiso.github.io/commitlint