Skip to content

Commit 9e26deb

Browse files
committed
chore: release v0.3.1
1 parent 0c48bb0 commit 9e26deb

File tree

22 files changed

+32
-21
lines changed

22 files changed

+32
-21
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
[Compare changes](https://github.com/stacksjs/bun-git-hooks/compare/v0.3.0...v0.3.1)
2+
3+
### 🧹 Chores
4+
5+
- release v0.3.1 ([66e0e45](https://github.com/stacksjs/bun-git-hooks/commit/66e0e45))
6+
- ensure bins are zipped ([0c48bb0](https://github.com/stacksjs/bun-git-hooks/commit/0c48bb0))
7+
8+
### Contributors
9+
10+
- Chris <chrisbreuer93@gmail.com>
11+
112
[Compare changes](https://github.com/stacksjs/bun-git-hooks/compare/v0.2.19...v0.3.0)
213

314
### 🧹 Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-git-hooks",
33
"type": "module",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"description": "A modern, zero dependency tool for managing git hooks in Bun projects.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

test/fixtures/project_with_auto_restage_disabled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-auto-restage-disabled",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"devDependencies": {
55
"bun-git-hooks": "^0.1.0"
66
},

test/fixtures/project_with_auto_restage_enabled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-auto-restage-enabled",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"devDependencies": {
55
"bun-git-hooks": "^0.1.0"
66
},

test/fixtures/project_with_bad_configuration_in_package_json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"git-hooks": {
44
"invalid-hook": "exit 1"
55
},
6-
"version": "0.3.0"
6+
"version": "0.3.1"
77
}

test/fixtures/project_with_bun_git_hooks_in_deps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"dependencies": {
44
"bun-git-hooks": "*"
55
},
6-
"version": "0.3.0"
6+
"version": "0.3.1"
77
}

test/fixtures/project_with_bun_git_hooks_in_dev_deps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"devDependencies": {
44
"bun-git-hooks": "*"
55
},
6-
"version": "0.3.0"
6+
"version": "0.3.1"
77
}

test/fixtures/project_with_configuration_in_alternative_separate_cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bun-git-hooks-test-package",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"devDependencies": {
55
"bun-git-hooks": "0.1.0"
66
}

test/fixtures/project_with_configuration_in_alternative_separate_js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bun-git-hooks-test-package",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"devDependencies": {
55
"bun-git-hooks": "0.1.0"
66
}

test/fixtures/project_with_configuration_in_alternative_separate_json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bun-git-hooks-test-package",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"devDependencies": {
55
"bun-git-hooks": "0.1.0"
66
}

0 commit comments

Comments
 (0)