From 1286e3beb39c6f4baed4ad1515c0bbd4730b11b1 Mon Sep 17 00:00:00 2001 From: typicode Date: Sat, 28 Sep 2019 03:43:02 +0200 Subject: [PATCH] 3.0.7 --- package-lock.json | 2 +- package.json | 2 +- src/installer/__tests__/__snapshots__/getScript.ts.snap | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4dfdd0e1e..8a39f70ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "3.0.6", + "version": "3.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90ac86f84..063408985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "3.0.6", + "version": "3.0.7", "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 3279ba862..6afed6d46 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.6 +# Version: 3.0.7 # At: # See: https://github.com/typicode/husky#readme @@ -23,7 +23,7 @@ debug() { fi } -debug \\"husky v3.0.6 (created at )\\" +debug \\"husky v3.0.7 (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.6 +# Version: 3.0.7 # At: # See: https://github.com/typicode/husky#readme @@ -80,7 +80,7 @@ debug() { fi } -debug \\"husky v3.0.6 (created at )\\" +debug \\"husky v3.0.7 (created at )\\" debug \\"$hookName hook started\\" if [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"true\\" ] || [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"1\\" ]; then