Skip to content

Commit e15d4bd

Browse files
committed
3.0.8
1 parent 6f26765 commit e15d4bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "husky",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
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

Lines changed: 4 additions & 4 deletions
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.7
8+
# Version: 3.0.8
99
# At: <locale date string>
1010
# See: https://github.com/typicode/husky#readme
1111
@@ -23,7 +23,7 @@ debug() {
2323
fi
2424
}
2525
26-
debug \\"husky v3.0.7 (created at <locale date string>)\\"
26+
debug \\"husky v3.0.8 (created at <locale date string>)\\"
2727
debug \\"$hookName hook started\\"
2828
2929
if [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"true\\" ] || [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"1\\" ]; then
@@ -62,7 +62,7 @@ exports[`hookScript should match snapshot (Windows) 1`] = `
6262
# husky
6363
6464
# Hook created by Husky
65-
# Version: 3.0.7
65+
# Version: 3.0.8
6666
# At: <locale date string>
6767
# See: https://github.com/typicode/husky#readme
6868
@@ -80,7 +80,7 @@ debug() {
8080
fi
8181
}
8282
83-
debug \\"husky v3.0.7 (created at <locale date string>)\\"
83+
debug \\"husky v3.0.8 (created at <locale date string>)\\"
8484
debug \\"$hookName hook started\\"
8585
8686
if [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"true\\" ] || [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"1\\" ]; then

0 commit comments

Comments
 (0)