Skip to content

Commit c70d7ae

Browse files
chore(main): release 2.1.2 (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5ee951e commit c70d7ae

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.1"
2+
".": "2.1.2"
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.1.2](https://github.com/rootstrap/ai-git-hooks/compare/v2.1.1...v2.1.2) (2026-04-08)
4+
5+
6+
### Bug Fixes
7+
8+
* update release configuration ([5ee951e](https://github.com/rootstrap/ai-git-hooks/commit/5ee951e354a7b01605719400e2e9e897e4a4bcb2))
9+
310
## [2.1.1](https://github.com/rootstrap/ai-git-hooks/compare/v2.1.0...v2.1.1) (2026-04-07)
411

512

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.1 # x-release-please-version
1+
2.1.2 # 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.1" # x-release-please-version
18+
HOOK_VERSION="2.1.2" # 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)