Skip to content

Commit

Permalink
4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 10, 2020
1 parent b661673 commit 3157ff4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "husky",
"version": "4.0.4",
"version": "4.0.5",
"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",
Expand Down
4 changes: 2 additions & 2 deletions src/installer/__tests__/__snapshots__/getScript.ts.snap
Expand Up @@ -4,7 +4,7 @@ exports[`hookScript should match snapshot 1`] = `
"#!/bin/sh
# husky
# Hook created by Husky v4.0.4 (https://github.com/typicode/husky#readme)
# Hook created by Husky v4.0.5 (https://github.com/typicode/husky#readme)
# At: <locale date string>
# From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package)
# With: npm
Expand Down Expand Up @@ -45,7 +45,7 @@ run_command () {
fi
}
debug \\"husky v4.0.4 (created at <locale date string>)\\"
debug \\"husky v4.0.5 (created at <locale date string>)\\"
debug \\"$hookName hook started\\"
debug \\"Current working directory is \`pwd\`\\"
Expand Down

0 comments on commit 3157ff4

Please sign in to comment.