Skip to content

Commit d067ac4

Browse files
committed
3.0.3
1 parent 6a2d457 commit d067ac4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "husky",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",
55
"bin": {
66
"husky-run": "./run.js",

src/installer/__tests__/__snapshots__/getScript.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`hookScript should match snapshot (OS X/Linux) 1`] = `
55
# husky
66
77
# Hook created by Husky
8-
# Version: 3.0.2
8+
# Version: 3.0.3
99
# At: <locale date string>
1010
# See: https://github.com/typicode/husky#readme
1111
@@ -61,7 +61,7 @@ exports[`hookScript should match snapshot (Windows) 1`] = `
6161
# husky
6262
6363
# Hook created by Husky
64-
# Version: 3.0.2
64+
# Version: 3.0.3
6565
# At: <locale date string>
6666
# See: https://github.com/typicode/husky#readme
6767

0 commit comments

Comments
 (0)