husky v5.0.6 Release Notes
Release Date: 2020-12-11 // over 1 year ago-
- ✂ Remove unused files
Previous changes from v5.0.0
-
👀 See https://typicode.github.io/husky for breaking changes and new installation instructions.
Important Husky v5 brings a lot of improvements but is also very different from v4. Git hooks won't work if you only upgrade husky dependency, existing config needs to be migrated too.
The best way to switch to v5 is to follow the new installation instructions and migrate existing hooks command using
husky add
.