diff --git a/package-lock.json b/package-lock.json index 3fd794eb0..d0ae3cd8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 78ee7fbe8..5132ccad7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "1.0.0", + "version": "1.0.1", "description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)", "bin": { "husky-upgrade": "./lib/upgrader/bin.js" diff --git a/src/installer/__tests__/__snapshots__/getScript.ts.snap b/src/installer/__tests__/__snapshots__/getScript.ts.snap index c60ab092f..85165aa23 100644 --- a/src/installer/__tests__/__snapshots__/getScript.ts.snap +++ b/src/installer/__tests__/__snapshots__/getScript.ts.snap @@ -3,7 +3,7 @@ exports[`hookScript should match snapshot (OS X/Linux) 1`] = ` "#!/bin/sh # husky -# v1.0.0 darwin +# v1.0.1 darwin scriptPath=\\"node_modules/husky/lib/runner/bin.js\\" hookName=\`basename \\"$0\\"\` @@ -25,7 +25,7 @@ fi exports[`hookScript should match snapshot (Windows) 1`] = ` "#!/bin/sh # husky -# v1.0.0 win32 +# v1.0.1 win32 scriptPath=\\"node_modules/husky/lib/runner/bin.js\\" hookName=\`basename \\"$0\\"\`