Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9a0917

Browse files
committedJan 7, 2021
4.3.7
1 parent 839d84a commit b9a0917

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": "4.3.6",
3+
"version": "4.3.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": "./bin/run.js",

‎src/installer/__tests__/__snapshots__/scripts.ts.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`hookScript should match snapshot 1`] = `
44
"#!/bin/sh
55
# husky
66
7-
# Created by Husky v4.3.6 (https://github.com/typicode/husky#readme)
7+
# Created by Husky v4.3.7 (https://github.com/typicode/husky#readme)
88
# At: <locale date string>
99
# From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package)
1010
@@ -13,7 +13,7 @@ exports[`hookScript should match snapshot 1`] = `
1313
`;
1414
1515
exports[`localScript should match snapshot 1`] = `
16-
"# Created by Husky v4.3.6 (https://github.com/typicode/husky#readme)
16+
"# Created by Husky v4.3.7 (https://github.com/typicode/husky#readme)
1717
# At: <locale date string>
1818
# From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package)
1919
@@ -23,7 +23,7 @@ cd \\".\\"
2323
`;
2424
2525
exports[`mainScript should match snapshot 1`] = `
26-
"# Created by Husky v4.3.6 (https://github.com/typicode/husky#readme)
26+
"# Created by Husky v4.3.7 (https://github.com/typicode/husky#readme)
2727
# At: <locale date string>
2828
# From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package)
2929
@@ -67,7 +67,7 @@ hookIsDefined () {
6767
.huskyrc.yml
6868
}
6969
70-
huskyVersion=\\"4.3.6\\"
70+
huskyVersion=\\"4.3.7\\"
7171
gitParams=\\"$*\\"
7272
hookName=\\"$(basename \\"$0\\")\\"
7373

0 commit comments

Comments
 (0)
Please sign in to comment.