Releases: typicode/husky
Releases · typicode/husky
v4.2.1
- Fix: support spaces in path to husky.local.sh #658
v4.2.0
- Check Git version during install and log an error if it's
<2.13.0
v4.1.0
- Improve speed and refactor hooks
v4.0.9
- Fix: read stdin from hook script (#645)
v4.0.7
- Fix: Yarn when running inside
winpty
(#634)
v4.0.5
- Fix: use process.exit if install fails #633
v4.0.4
- Fix: npm ignore
.eslintrc.js
(#627)
v4.0.3
- Fix: error message if trying to install in a non-git repo (#627)
v4.0.2
- Fix: show error message when hook fails