From fafd0d0f73942663353a517b6551ffc1bbf01371 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Oct 2021 10:51:16 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/suyanlong/aligner/compare/v1.1.0...v1.1.1) (2021-10-18) ### Bug Fixes * Adjust github action ([6136d6b](https://github.com/suyanlong/aligner/commit/6136d6bead4ee97bb79947a11071fc186b670d29)) * Adjust github action ([f93cc12](https://github.com/suyanlong/aligner/commit/f93cc12e64cc99c49978089afbfe6fb06f799400)) * Adjust github action ([f6e654a](https://github.com/suyanlong/aligner/commit/f6e654a0abd7668c28170f787f885b679f2a935f)) * Adjust github action ([7551d1e](https://github.com/suyanlong/aligner/commit/7551d1ef35cb6089dfd9810248ad16a985b31799)) * Adjust github action ([e1ccd08](https://github.com/suyanlong/aligner/commit/e1ccd08edc34dec6720213856a4ac179dd19fe4e)) * fix ci and add manually auto publish release ([6f8dfd3](https://github.com/suyanlong/aligner/commit/6f8dfd3c994ac4a22ae7c34f99743012b33ea0e1)) * fix ci and add manually auto publish release ([72f6ef3](https://github.com/suyanlong/aligner/commit/72f6ef35ab421ac64e9f9689eaf36132af87891d)) * fix ci and add manually auto publish release ([80f0893](https://github.com/suyanlong/aligner/commit/80f0893d890700ce70357db19cf3c6ecc745d784)) --- CHANGELOG.md | 14 ++++++++++++++ version/version.go | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b69c1d5..cd504b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ changelog ## [1.1.1](https://github.com/suyanlong/aligner/compare/v1.1.0...v1.1.1) (2021-10-18) +### Bug Fixes + +* Adjust github action ([6136d6b](https://github.com/suyanlong/aligner/commit/6136d6bead4ee97bb79947a11071fc186b670d29)) +* Adjust github action ([f93cc12](https://github.com/suyanlong/aligner/commit/f93cc12e64cc99c49978089afbfe6fb06f799400)) +* Adjust github action ([f6e654a](https://github.com/suyanlong/aligner/commit/f6e654a0abd7668c28170f787f885b679f2a935f)) +* Adjust github action ([7551d1e](https://github.com/suyanlong/aligner/commit/7551d1ef35cb6089dfd9810248ad16a985b31799)) +* Adjust github action ([e1ccd08](https://github.com/suyanlong/aligner/commit/e1ccd08edc34dec6720213856a4ac179dd19fe4e)) +* fix ci and add manually auto publish release ([6f8dfd3](https://github.com/suyanlong/aligner/commit/6f8dfd3c994ac4a22ae7c34f99743012b33ea0e1)) +* fix ci and add manually auto publish release ([72f6ef3](https://github.com/suyanlong/aligner/commit/72f6ef35ab421ac64e9f9689eaf36132af87891d)) +* fix ci and add manually auto publish release ([80f0893](https://github.com/suyanlong/aligner/commit/80f0893d890700ce70357db19cf3c6ecc745d784)) + +## [1.1.1](https://github.com/suyanlong/aligner/compare/v1.1.0...v1.1.1) (2021-10-18) + + ### Bug Fixes * Adjust github action ([f93cc12](https://github.com/suyanlong/aligner/commit/f93cc12e64cc99c49978089afbfe6fb06f799400)) diff --git a/version/version.go b/version/version.go index f8b02b4..a941179 100644 --- a/version/version.go +++ b/version/version.go @@ -1,6 +1,6 @@ package version var ( - Version = "1.1.0" + Version = "1.1.1" BuildTime = "unknown time" )