Skip to content

Releases: typicode/husky

v3.0.5

01 Sep 16:06
Compare
Choose a tag to compare

Fix: prevent postinstall from failing on windows #573

v3.0.4

17 Aug 13:25
Compare
Choose a tag to compare

Fix: skip install earlier when HUSKY_SKIP_INSTALL=1 (#563)

v4.0.0-beta.1

15 Aug 16:52
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

Fix: yarn run error (#562)

v4.0.0-beta.0

14 Aug 02:39
Compare
Choose a tag to compare
v4.0.0-beta.0 Pre-release
Pre-release

This is an experimental release with Yarn PnP support.
Huge thanks to @arcanis for the help.

v3.0.3

08 Aug 12:36
Compare
Choose a tag to compare

Fix: prevent old hooks (husky < 1.0) to be run if new ones are defined (husky >= 1.0 ) #556

v3.0.2

29 Jul 16:58
Compare
Choose a tag to compare
  • Fix: add shebang to run.js (#528)

v3.0.1

18 Jul 21:23
Compare
Choose a tag to compare
  • Improve error message if git command fails

v3.0.0

18 Jul 21:24
Compare
Choose a tag to compare
  • 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.