diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6115438..bfc26f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.2" + ".": "2.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ae5e4..ecb3c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/rootstrap/ai-git-hooks/compare/v2.1.2...v2.2.0) (2026-04-08) + + +### Features + +* display hook version upon installation ([452e766](https://github.com/rootstrap/ai-git-hooks/commit/452e766301846e26932e674046b654677350ac4d)) + ## [2.1.2](https://github.com/rootstrap/ai-git-hooks/compare/v2.1.1...v2.1.2) (2026-04-08) diff --git a/VERSION b/VERSION index a3c01c7..799ff69 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.2 # x-release-please-version +2.2.0 # x-release-please-version diff --git a/hook/pre-push b/hook/pre-push index b85db67..b540372 100755 --- a/hook/pre-push +++ b/hook/pre-push @@ -15,7 +15,7 @@ set -euo pipefail # ── Version ─────────────────────────────────────────────────────────────────── -HOOK_VERSION="2.1.2" # x-release-please-version +HOOK_VERSION="2.2.0" # x-release-please-version REMOTE_VERSION_URL="https://raw.githubusercontent.com/rootstrap/ai-git-hooks/main/VERSION" UPDATE_CHECK_CACHE="${HOME}/.push-review-update-check"