Skip to content

Commit 4a9814c

Browse files
committed
1.1.4
1 parent 9df8d08 commit 4a9814c

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.3",
3+
"version": "1.1.4",
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
@@ -3,7 +3,7 @@
33
exports[`hookScript should match snapshot (OS X/Linux) 1`] = `
44
"#!/bin/sh
55
# husky
6-
# v1.1.3 darwin
6+
# v1.1.4 darwin
77
88
scriptPath=\\"node_modules/husky/run.js\\"
99
hookName=\`basename \\"$0\\"\`
@@ -30,7 +30,7 @@ fi
3030
exports[`hookScript should match snapshot (Windows) 1`] = `
3131
"#!/bin/sh
3232
# husky
33-
# v1.1.3 win32
33+
# v1.1.4 win32
3434
3535
scriptPath=\\"node_modules/husky/run.js\\"
3636
hookName=\`basename \\"$0\\"\`

0 commit comments

Comments
 (0)