Releases: typicode/husky
Releases · typicode/husky
v3.0.5
Fix: prevent postinstall
from failing on windows #573
v3.0.4
Fix: skip install earlier when HUSKY_SKIP_INSTALL=1
(#563)
v4.0.0-beta.1
Fix: yarn run
error (#562)
v4.0.0-beta.0
This is an experimental release with Yarn PnP support.
Huge thanks to @arcanis for the help.
v3.0.3
Fix: prevent old hooks (husky < 1.0
) to be run if new ones are defined (husky >= 1.0
) #556
v3.0.2
- Fix: add shebang to run.js (#528)
v3.0.1
- Improve error message if git command fails
v3.0.0
- Fix HUSKY_SKIP_INSTALL=1 not skipping install
- Breaking change husky requires now Git
>= 2.13.2
. If you're already using husky v2
and don't use an old version of Git, you can safely upgrade.