From 3157ff4837836ffa36ab68cd5dc1f521f43be938 Mon Sep 17 00:00:00 2001 From: typicode Date: Fri, 10 Jan 2020 04:42:13 +0100 Subject: [PATCH] 4.0.5 --- 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 720a886a5..636d4c579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c4aafab2e..69a480cc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.0.4", + "version": "4.0.5", "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 93f20d230..75b80e965 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.4 (https://github.com/typicode/husky#readme) +# Hook created by Husky v4.0.5 (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.4 (created at )\\" +debug \\"husky v4.0.5 (created at )\\" debug \\"$hookName hook started\\" debug \\"Current working directory is \`pwd\`\\"