diff --git a/package-lock.json b/package-lock.json index 4f2bdf945..3c0d33f4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5ba9b480c..0058331ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "4.2.0", + "version": "4.2.1", "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 410c1a1c0..5eb2e10dd 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.0 (https://github.com/typicode/husky#readme) +# Created by Husky v4.2.1 (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.0 (https://github.com/typicode/husky#readme) +"# Created by Husky v4.2.1 (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.0 (https://github.com/typicode/husky#readme) +"# Created by Husky v4.2.1 (https://github.com/typicode/husky#readme) # At: # From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package) @@ -69,7 +69,7 @@ hookIsDefined () { husky.config.js } -huskyVersion=\\"4.2.0\\" +huskyVersion=\\"4.2.1\\" gitParams=\\"$*\\" hookName=\\"$(basename \\"$0\\")\\"