Skip to content

Commit 1286e3b

Browse files
committedSep 28, 2019
3.0.7
1 parent d421492 commit 1286e3b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.6",
3+
"version": "3.0.7",
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

+4-4
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.6
8+
# Version: 3.0.7
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.6 (created at <locale date string>)\\"
26+
debug \\"husky v3.0.7 (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.6
65+
# Version: 3.0.7
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.6 (created at <locale date string>)\\"
83+
debug \\"husky v3.0.7 (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)