From d0fdfb7d3c6f2622699d3e6107f21456cc0756ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:41:51 +0700 Subject: [PATCH] chore(main): release 2.6.2 (#42) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98a8e1..53749fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.6.2](https://github.com/kc-workspace/asdf-plugin-template/compare/v2.6.1...v2.6.2) (2024-07-11) + + +### Bug Fixes + +* **template:** fix shellcheck warning ([fb3c9ee](https://github.com/kc-workspace/asdf-plugin-template/commit/fb3c9ee60d8366f60a3a34664c6f590ec86f81ac)) +* **template:** move utils.sh first because utils needed for common script ([1f6e91e](https://github.com/kc-workspace/asdf-plugin-template/commit/1f6e91e64790781a1c6915152ddf80773b55505d)) + + +### Performance Improvements + +* **scripts:** update commit syntax when update from template ([a64ce32](https://github.com/kc-workspace/asdf-plugin-template/commit/a64ce32f4bcf66aaee367369a31be598923fc8c9)) + ## [2.6.1](https://github.com/kc-workspace/asdf-plugin-template/compare/v2.6.0...v2.6.1) (2024-07-10)