Skip to content

Releases: form8ion/husky

v6.0.0

13 Nov 04:31
8ad0d0f
Compare
Choose a tag to compare

6.0.0 (2024-11-13)

Bug Fixes

  • deps: update dependency @form8ion/core to v4 (83c3ca4)

Features

  • esm: convert the project to ESM (06c87b4)
  • node-versions: drop support for node v16, v19, v21 (81814c0)

BREAKING CHANGES

  • esm: the package is now esm-only
  • node-versions: the minimum supported version of node is now v18.19.0 and support for v16, v19, and
    v21 have all been dropped

v6.0.0-beta.2

13 Nov 02:49
06c87b4
Compare
Choose a tag to compare
v6.0.0-beta.2 Pre-release
Pre-release

6.0.0-beta.2 (2024-11-13)

Bug Fixes

  • deps: update dependency @form8ion/core to v4 (83c3ca4)

Features

  • esm: convert the project to ESM (06c87b4)

BREAKING CHANGES

  • esm: the package is now esm-only

v5.4.2

09 Nov 06:00
0e7ff76
Compare
Choose a tag to compare

5.4.2 (2024-11-09)

Bug Fixes

  • commit-msg: only create the hook when the modern config directory exists (50e4480)

v5.4.1

08 Nov 21:57
4284301
Compare
Choose a tag to compare

5.4.1 (2024-11-08)

Bug Fixes

  • lift-hooks: avoid reading a sub-directory of .husky/ as a file (4284301)

v5.4.0

04 Nov 22:49
5438bd9
Compare
Choose a tag to compare

5.4.0 (2024-11-04)

Features

  • hooks: remove deprecated lines from existing hook files (5438bd9)

v5.3.0

25 Jan 04:02
cacfa89
Compare
Choose a tag to compare

5.3.0 (2024-01-25)

Features

  • updated scaffolding details to align with husky v9 (cacfa89), closes #739

v5.2.0

28 Nov 23:10
02dc266
Compare
Choose a tag to compare

5.2.0 (2023-11-28)

Features

  • output: logged progress steps for lifting (02dc266)
  • output: logged progress steps for scaffolding (0ec7761)

v5.1.0

05 Sep 05:09
b064dc9
Compare
Choose a tag to compare

5.1.0 (2023-09-05)

Features

  • commit-msg: enabled detection of cjs config when determining if the hook should be added (c4c098b)

v5.0.0

14 Jul 20:56
ab0b631
Compare
Choose a tag to compare

5.0.0 (2023-07-14)

Bug Fixes

  • deps: update dependency @form8ion/core to v3 (eee0287)

Features

  • node-versions: raised the minimum node version requirement to v16.14 and dropped v17 support (801164c)

BREAKING CHANGES

  • node-versions: the minimum required node version is now v16.14 and v17 support has been dropped

v4.1.0

27 Jun 17:43
e5d23b2
Compare
Choose a tag to compare

4.1.0 (2023-06-27)

Features

  • commitlint: recognize an existing config with a json extension (e5d23b2)