From ad87098f71615b88197b9a6ee3b941d579a98ff0 Mon Sep 17 00:00:00 2001 From: Morlay Date: Thu, 27 Jan 2022 11:08:13 +0800 Subject: [PATCH] chore(release): v1.8.1 --- CHANGELOG.md | 8 ++++++++ internal/version/version | 2 +- testdata/pacakge.json | 2 +- testdata/pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2800e..6297298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +# [1.8.1](https://github.com/go-courier/husky/compare/v1.8.0...v1.8.1) + +### Bug Fixes + +* **fix** first version should start with 0.0.1 ([76ea600](https://github.com/go-courier/husky/commit/76ea600b20af50b5d649432c85de5744a593aa79)) + + + # [1.8.0](https://github.com/go-courier/husky/compare/v1.7.2...v1.8.0) ### Features diff --git a/internal/version/version b/internal/version/version index afa2b35..b9268da 100644 --- a/internal/version/version +++ b/internal/version/version @@ -1 +1 @@ -1.8.0 \ No newline at end of file +1.8.1 \ No newline at end of file diff --git a/testdata/pacakge.json b/testdata/pacakge.json index eb8b982..0d07d29 100644 --- a/testdata/pacakge.json +++ b/testdata/pacakge.json @@ -1,3 +1,3 @@ { - "version": "1.8.0" + "version": "1.8.1" } \ No newline at end of file diff --git a/testdata/pubspec.yaml b/testdata/pubspec.yaml index 1e7f597..46f55ac 100644 --- a/testdata/pubspec.yaml +++ b/testdata/pubspec.yaml @@ -1,2 +1,2 @@ name: dio -version: 1.8.0 +version: 1.8.1