Skip to content

Commit ad87098

Browse files
committed
chore(release): v1.8.1
1 parent 76ea600 commit ad87098

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66

77

8+
# [1.8.1](https://github.com/go-courier/husky/compare/v1.8.0...v1.8.1)
9+
10+
### Bug Fixes
11+
12+
* **fix** first version should start with 0.0.1 ([76ea600](https://github.com/go-courier/husky/commit/76ea600b20af50b5d649432c85de5744a593aa79))
13+
14+
15+
816
# [1.8.0](https://github.com/go-courier/husky/compare/v1.7.2...v1.8.0)
917

1018
### Features

internal/version/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.8.1

testdata/pacakge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.8.0"
2+
"version": "1.8.1"
33
}

testdata/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: dio
2-
version: 1.8.0
2+
version: 1.8.1

0 commit comments

Comments
 (0)