From c3a0f93bf74a9ad270d21591be0919e9f9f60dc1 Mon Sep 17 00:00:00 2001 From: Suneha Bose Date: Tue, 12 Aug 2025 13:55:02 -0700 Subject: [PATCH] docs(changelog): move 'Add pre-commit hook' to Added section --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d6a70..54672d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,13 @@ - #181 [Fix types, and update node version.](https://github.com/Azure/setup-helm/pull/181) - #191 [chore(tests): Mock arch to make tests pass on arm host](https://github.com/Azure/setup-helm/pull/191) - #192 [chore: remove unnecessary prebuild script](https://github.com/Azure/setup-helm/pull/192) -- #197 [Add pre-commit hook](https://github.com/Azure/setup-helm/pull/197) - #203 [Update helm version retrieval to use JSON output for latest version](https://github.com/Azure/setup-helm/pull/203) - #207 [ci(workflows): update helm version to v3.18.4 and add matrix for tests](https://github.com/Azure/setup-helm/pull/207) +### Added + +- #197 [Add pre-commit hook](https://github.com/Azure/setup-helm/pull/197) + ## [4.3.0] - 2025-02-15 - #152 feat: log when restoring from cache