From d22b4f2f8622b9f13ba7f1170293fdf108f8f6d0 Mon Sep 17 00:00:00 2001 From: typicode Date: Mon, 1 Oct 2018 17:59:00 +0200 Subject: [PATCH] 1.1.0 --- 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 af3f4adac..b88d683e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f8e647501..7685d976a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "husky", - "version": "1.0.1", + "version": "1.1.0", "description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)", "bin": { "husky-upgrade": "./lib/upgrader/bin.js" diff --git a/src/installer/__tests__/__snapshots__/getScript.ts.snap b/src/installer/__tests__/__snapshots__/getScript.ts.snap index 85165aa23..08231526c 100644 --- a/src/installer/__tests__/__snapshots__/getScript.ts.snap +++ b/src/installer/__tests__/__snapshots__/getScript.ts.snap @@ -3,7 +3,7 @@ exports[`hookScript should match snapshot (OS X/Linux) 1`] = ` "#!/bin/sh # husky -# v1.0.1 darwin +# v1.1.0 darwin scriptPath=\\"node_modules/husky/lib/runner/bin.js\\" hookName=\`basename \\"$0\\"\` @@ -25,7 +25,7 @@ fi exports[`hookScript should match snapshot (Windows) 1`] = ` "#!/bin/sh # husky -# v1.0.1 win32 +# v1.1.0 win32 scriptPath=\\"node_modules/husky/lib/runner/bin.js\\" hookName=\`basename \\"$0\\"\`