Skip to content

Commit edcc9eb

Browse files
chore(main): release 2.2.0 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 452e766 commit edcc9eb

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.2"
2+
".": "2.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/rootstrap/ai-git-hooks/compare/v2.1.2...v2.2.0) (2026-04-08)
4+
5+
6+
### Features
7+
8+
* display hook version upon installation ([452e766](https://github.com/rootstrap/ai-git-hooks/commit/452e766301846e26932e674046b654677350ac4d))
9+
310
## [2.1.2](https://github.com/rootstrap/ai-git-hooks/compare/v2.1.1...v2.1.2) (2026-04-08)
411

512

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.2 # x-release-please-version
1+
2.2.0 # x-release-please-version

hook/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
set -euo pipefail
1616

1717
# ── Version ───────────────────────────────────────────────────────────────────
18-
HOOK_VERSION="2.1.2" # x-release-please-version
18+
HOOK_VERSION="2.2.0" # x-release-please-version
1919
REMOTE_VERSION_URL="https://raw.githubusercontent.com/rootstrap/ai-git-hooks/main/VERSION"
2020
UPDATE_CHECK_CACHE="${HOME}/.push-review-update-check"
2121

0 commit comments

Comments
 (0)