From e3f7fc840c23e8f34f006dd695c12029a0b4c033 Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 9 Jan 2020 05:08:22 +0100 Subject: [PATCH] 4.0.2 --- package-lock.json | 2 +- package.json | 2 +- src/installer/__tests__/__snapshots__/getScript.ts.snap | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b300dd514..d9eda7620 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 27e85aa0c..86013f014 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.0.1", + "version": "4.0.2", "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 4c22cbd3b..50239d57b 100644 --- a/src/installer/__tests__/__snapshots__/getScript.ts.snap +++ b/src/installer/__tests__/__snapshots__/getScript.ts.snap @@ -4,7 +4,7 @@ exports[`hookScript should match snapshot 1`] = ` "#!/bin/sh # husky -# Hook created by Husky v4.0.1 (https://github.com/typicode/husky#readme) +# Hook created by Husky v4.0.2 (https://github.com/typicode/husky#readme) # At: # From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package) # With: npm @@ -45,7 +45,7 @@ run_command () { fi } -debug \\"husky v4.0.1 (created at )\\" +debug \\"husky v4.0.2 (created at )\\" debug \\"$hookName hook started\\" debug \\"Current working directory is \`pwd\`\\"