Skip to content

v9.1.2

Compare
Choose a tag to compare
@typicode typicode released this 25 Jul 13:04
· 12 commits to main since this release

Show a message instead of automatically removing deprecated code.

This only concerns projects that still have the following code in their hooks:

- #!/usr/bin/env sh # <- This is deprecated, remove it
- . "$(dirname -- "$0")/_/husky.sh"  # <- This is deprecated, remove it

# Rest of your hook code

Hooks with these lines will fail in v10.0.0