Skip to content

Commit

Permalink
chore: release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hyiso committed Jan 29, 2024
1 parent 4fdeeb3 commit df76db9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.7
- feat: adapt new configuration file to `typicode/husky`

## 0.1.6

- Optimize test performance.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit df76db9

Please sign in to comment.