Skip to content

Commit d6ecea2

Browse files
committed
1.2.0
1 parent 98641f5 commit d6ecea2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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": "1.1.4",
3+
"version": "1.2.0",
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-upgrade": "./lib/upgrader/bin.js"

src/installer/__tests__/__snapshots__/getScript.ts.snap

Lines changed: 2 additions & 2 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: 1.1.4
8+
# Version: 1.2.0
99
# At: <locale date string>
1010
# See: https://github.com/typicode/husky#readme
1111
@@ -46,7 +46,7 @@ exports[`hookScript should match snapshot (Windows) 1`] = `
4646
# husky
4747
4848
# Hook created by Husky
49-
# Version: 1.1.4
49+
# Version: 1.2.0
5050
# At: <locale date string>
5151
# See: https://github.com/typicode/husky#readme
5252

0 commit comments

Comments
 (0)