From 8006363c50ce5f80f60abdfeb0ccb8456a3146e1 Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 9 Jan 2020 21:55:21 +0100 Subject: [PATCH] 4.0.4 --- 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 1654c82f8..720a886a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b77d62064..c4aafab2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.0.3", + "version": "4.0.4", "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 0c2373eca..93f20d230 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.3 (https://github.com/typicode/husky#readme) +# Hook created by Husky v4.0.4 (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.3 (created at )\\" +debug \\"husky v4.0.4 (created at )\\" debug \\"$hookName hook started\\" debug \\"Current working directory is \`pwd\`\\"