Skip to content

Commit 252d7f6

Browse files
committed
chore: release v0.2.13
1 parent 7af061d commit 252d7f6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11

2+
## v0.2.12...main
3+
4+
[compare changes](https://github.com/stacksjs/bun-git-hooks/compare/v0.2.12...main)
5+
6+
### 🚀 Enhancements
7+
8+
- Add staged lint functionality ([681482a](https://github.com/stacksjs/bun-git-hooks/commit/681482a))
9+
10+
### 🏡 Chore
11+
12+
- Remove unused types ([60bf608](https://github.com/stacksjs/bun-git-hooks/commit/60bf608))
13+
- Improve tsconfig ([d4c7b00](https://github.com/stacksjs/bun-git-hooks/commit/d4c7b00))
14+
- Wip ([97f1d0d](https://github.com/stacksjs/bun-git-hooks/commit/97f1d0d))
15+
- Improve deps ([15a4f56](https://github.com/stacksjs/bun-git-hooks/commit/15a4f56))
16+
- Adjust config ([4a22321](https://github.com/stacksjs/bun-git-hooks/commit/4a22321))
17+
- Add stacksjs/docs ([9b7d6ae](https://github.com/stacksjs/bun-git-hooks/commit/9b7d6ae))
18+
- Change browser to node ([7af061d](https://github.com/stacksjs/bun-git-hooks/commit/7af061d))
19+
20+
### ❤️ Contributors
21+
22+
- Cab-mikee ([@cab-mikee](https://github.com/cab-mikee))
23+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
24+
225
## v0.2.11...main
326

427
[compare changes](https://github.com/stacksjs/bun-git-hooks/compare/v0.2.11...main)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-git-hooks",
33
"type": "module",
4-
"version": "0.2.12",
4+
"version": "0.2.13",
55
"description": "A modern, zero dependency tool for managing git hooks in Bun projects.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)