Skip to content

Commit fe22db2

Browse files
committed
4.0.0
1 parent d56d341 commit fe22db2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "husky",
3-
"version": "4.0.0-beta.5",
3+
"version": "4.0.0",
44
"description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",
55
"bin": {
66
"husky-run": "./run.js",

src/installer/__tests__/__snapshots__/getScript.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`hookScript should match snapshot 1`] = `
44
"#!/bin/sh
55
# husky
66
7-
# Hook created by Husky v4.0.0-beta.5 (https://github.com/typicode/husky#readme)
7+
# Hook created by Husky v4.0.0 (https://github.com/typicode/husky#readme)
88
# At: <locale date string>
99
# From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package)
1010
# With: npm
@@ -45,7 +45,7 @@ run_command () {
4545
fi
4646
}
4747
48-
debug \\"husky v4.0.0-beta.5 (created at <locale date string>)\\"
48+
debug \\"husky v4.0.0 (created at <locale date string>)\\"
4949
debug \\"$hookName hook started\\"
5050
debug \\"Current working directory is \`pwd\`\\"
5151

0 commit comments

Comments
 (0)