From df75e8aa093d3c655320780ce4e3a61c089e9a9a Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 13 Feb 2020 00:10:38 +0100 Subject: [PATCH] 4.2.3 --- package-lock.json | 2 +- package.json | 2 +- src/installer/__tests__/__snapshots__/scripts.ts.snap | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4dab25df..6c68b7c7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.2.2", + "version": "4.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e45681216..56a5952ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.2.2", + "version": "4.2.3", "description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)", "bin": { "husky-run": "./bin/run.js", diff --git a/src/installer/__tests__/__snapshots__/scripts.ts.snap b/src/installer/__tests__/__snapshots__/scripts.ts.snap index 400d31178..6b2ec58c2 100644 --- a/src/installer/__tests__/__snapshots__/scripts.ts.snap +++ b/src/installer/__tests__/__snapshots__/scripts.ts.snap @@ -4,7 +4,7 @@ exports[`hookScript should match snapshot 1`] = ` "#!/bin/sh # husky -# Created by Husky v4.2.2 (https://github.com/typicode/husky#readme) +# Created by Husky v4.2.3 (https://github.com/typicode/husky#readme) # At: # From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package) @@ -13,7 +13,7 @@ exports[`hookScript should match snapshot 1`] = ` `; exports[`localScript should match snapshot 1`] = ` -"# Created by Husky v4.2.2 (https://github.com/typicode/husky#readme) +"# Created by Husky v4.2.3 (https://github.com/typicode/husky#readme) # At: # From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package) @@ -23,7 +23,7 @@ cd \\".\\" `; exports[`mainScript should match snapshot 1`] = ` -"# Created by Husky v4.2.2 (https://github.com/typicode/husky#readme) +"# Created by Husky v4.2.3 (https://github.com/typicode/husky#readme) # At: # From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package) @@ -67,7 +67,7 @@ hookIsDefined () { .huskyrc.yml } -huskyVersion=\\"4.2.2\\" +huskyVersion=\\"4.2.3\\" gitParams=\\"$*\\" hookName=\\"$(basename \\"$0\\")\\"