diff --git a/package-lock.json b/package-lock.json index 2ce1923b1..7d3ae2744 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "3.0.7", + "version": "3.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d732d9b61..1ec4f4ffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "3.0.7", + "version": "3.0.8", "description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)", "bin": { "husky-run": "./run.js", diff --git a/src/installer/__tests__/__snapshots__/getScript.ts.snap b/src/installer/__tests__/__snapshots__/getScript.ts.snap index 6afed6d46..6ea7f9430 100644 --- a/src/installer/__tests__/__snapshots__/getScript.ts.snap +++ b/src/installer/__tests__/__snapshots__/getScript.ts.snap @@ -5,7 +5,7 @@ exports[`hookScript should match snapshot (OS X/Linux) 1`] = ` # husky # Hook created by Husky -# Version: 3.0.7 +# Version: 3.0.8 # At: # See: https://github.com/typicode/husky#readme @@ -23,7 +23,7 @@ debug() { fi } -debug \\"husky v3.0.7 (created at )\\" +debug \\"husky v3.0.8 (created at )\\" debug \\"$hookName hook started\\" if [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"true\\" ] || [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"1\\" ]; then @@ -62,7 +62,7 @@ exports[`hookScript should match snapshot (Windows) 1`] = ` # husky # Hook created by Husky -# Version: 3.0.7 +# Version: 3.0.8 # At: # See: https://github.com/typicode/husky#readme @@ -80,7 +80,7 @@ debug() { fi } -debug \\"husky v3.0.7 (created at )\\" +debug \\"husky v3.0.8 (created at )\\" debug \\"$hookName hook started\\" if [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"true\\" ] || [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"1\\" ]; then