diff --git a/package-lock.json b/package-lock.json index cb22985f4..1b2c9a7ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "3.0.8", + "version": "3.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 958536b32..aa9c67f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "3.0.8", + "version": "3.0.9", "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 fa4fd831a..8aa2acb71 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.8 +# Version: 3.0.9 # At: # See: https://github.com/typicode/husky#readme @@ -23,7 +23,7 @@ debug() { fi } -debug \\"husky v3.0.8 (created at )\\" +debug \\"husky v3.0.9 (created at )\\" debug \\"$hookName hook started\\" debug \\"Current working directory is '\`pwd\`'\\" @@ -63,7 +63,7 @@ exports[`hookScript should match snapshot (Windows) 1`] = ` # husky # Hook created by Husky -# Version: 3.0.8 +# Version: 3.0.9 # At: # See: https://github.com/typicode/husky#readme @@ -81,7 +81,7 @@ debug() { fi } -debug \\"husky v3.0.8 (created at )\\" +debug \\"husky v3.0.9 (created at )\\" debug \\"$hookName hook started\\" debug \\"Current working directory is '\`pwd\`'\\"