From d90b1b2689d81857eccc8924521c52937ceadf17 Mon Sep 17 00:00:00 2001 From: Ahmad Husen Date: Tue, 26 Oct 2021 09:00:00 +0700 Subject: [PATCH] chore: release v1.1.1 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27150be..6b2c094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] - 2021-10-26 + +### Fixed + +- Wrong `.git` folder when using `path` parameter + ## [1.1.0] - 2021-10-02 ### Added @@ -43,7 +49,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/datakrama/archlinux-package-action/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/datakrama/archlinux-package-action/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/datakrama/archlinux-package-action/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.3...v1.1.0 [1.0.3]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.0...v1.0.1