From 436ca18836f1fa13c3e96ddb27e65a1c87d761b2 Mon Sep 17 00:00:00 2001 From: typicode Date: Mon, 18 Nov 2019 03:33:13 +0100 Subject: [PATCH] 3.1.0 --- 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 1b2c9a7ff..f683ea381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "3.0.9", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d49b23992..3c21f5681 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "3.0.9", + "version": "3.1.0", "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 8aa2acb71..d9b6b29ac 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.9 +# Version: 3.1.0 # At: # See: https://github.com/typicode/husky#readme @@ -23,7 +23,7 @@ debug() { fi } -debug \\"husky v3.0.9 (created at )\\" +debug \\"husky v3.1.0 (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.9 +# Version: 3.1.0 # At: # See: https://github.com/typicode/husky#readme @@ -81,7 +81,7 @@ debug() { fi } -debug \\"husky v3.0.9 (created at )\\" +debug \\"husky v3.1.0 (created at )\\" debug \\"$hookName hook started\\" debug \\"Current working directory is '\`pwd\`'\\"