From 93b3fc6a704fa381668db39edcf3f4005b92fa44 Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 14 Jan 2020 16:23:35 +0100 Subject: [PATCH] 4.0.9 --- 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 eb5dc1315..7e4c0b31e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.0.8", + "version": "4.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0ba54c184..91eac89e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.0.8", + "version": "4.0.9", "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 cb8c5db3b..8b941670b 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.8 (https://github.com/typicode/husky#readme) +# Hook created by Husky v4.0.9 (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.8 (created at )\\" +debug \\"husky v4.0.9 (created at )\\" debug \\"$hookName hook started\\" debug \\"Current working directory is \`pwd\`\\"