Skip to content

Commit cbb0af7

Browse files
committed
4.3.6
1 parent eb1eeb8 commit cbb0af7

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": "4.3.5",
3+
"version": "4.3.6",
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

Lines changed: 4 additions & 4 deletions
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.5 (https://github.com/typicode/husky#readme)
7+
# Created by Husky v4.3.6 (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.5 (https://github.com/typicode/husky#readme)
16+
"# Created by Husky v4.3.6 (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.5 (https://github.com/typicode/husky#readme)
26+
"# Created by Husky v4.3.6 (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.5\\"
70+
huskyVersion=\\"4.3.6\\"
7171
gitParams=\\"$*\\"
7272
hookName=\\"$(basename \\"$0\\")\\"
7373

0 commit comments

Comments
 (0)