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 b29ee2b

Browse files
committedDec 5, 2020
4.3.3
1 parent fd0233e commit b29ee2b

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.2",
3+
"version": "4.3.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": "./husky.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.2 (https://github.com/typicode/husky#readme)
7+
# Created by Husky v4.3.3 (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.2 (https://github.com/typicode/husky#readme)
16+
"# Created by Husky v4.3.3 (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.2 (https://github.com/typicode/husky#readme)
26+
"# Created by Husky v4.3.3 (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.2\\"
70+
huskyVersion=\\"4.3.3\\"
7171
gitParams=\\"$*\\"
7272
hookName=\\"$(basename \\"$0\\")\\"
7373

0 commit comments

Comments
 (0)
Please sign in to comment.