Skip to content

v8.0.0

Compare
Choose a tag to compare
@typicode typicode released this 08 May 21:38
· 120 commits to main since this release

What's Changed

Feats

  • feat: add husky - prefix to logged global error messages by @joshbalfour in #1092
  • feat: show PATH when command not found to improve debuggability
  • feat: drop Node 12 support
  • feat: skip install if $HUSKY=0

Fixes

  • fix: hook script use /usr/bin/env sh instead of direct path of sh by @skhaz in #1051
  • fix: actually set 'husky_skip_init' as readonly in ./husky.sh by @hyperupcall in #1104
  • fix: force basename/dirname to treat $0 as an argument by @mataha in #1132
  • fix: remove git.io links by @renbaoshuo in #1136

Docs

Chore