From df76db98b9edb12021bf7c0317fd6f152c0f9a00 Mon Sep 17 00:00:00 2001 From: hyiso Date: Mon, 29 Jan 2024 17:27:23 +0800 Subject: [PATCH] chore: release 0.1.7 --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e46df70..94c8e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.1.7 +- feat: adapt new configuration file to `typicode/husky` + ## 0.1.6 - Optimize test performance. diff --git a/pubspec.yaml b/pubspec.yaml index bdfdd9a..e9c81da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: husky description: Husky make it easy to manage git hooks for your Dart and Flutter projects. -version: 0.1.6 +version: 0.1.7 homepage: https://github.com/hyiso/husky repository: https://github.com/hyiso/husky @@ -13,7 +13,7 @@ dependencies: path: ^1.8.0 dev_dependencies: - commitlint_cli: ">=0.6.1 <0.8.0" + commitlint_cli: ^0.7.0 lint_staged: ^0.5.0 lints: ^2.0.0 test: ^1.17.0