4.0.0 (2025-03-28)
[!NOTE]
Please visit the v4.0.0 release for more details about the migration.
⚠ BREAKING CHANGES
- deps: update all major npm & other deps (#1008)
- deps: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000)
- version: change default "describe [Git] tag" pattern to
v*
(#1001)
- watch: upgrade Chokidar to v4.0 major version (#1004)
- deps: remove
node-fetch
, fixes punycode warning (#998)
- deps: upgrade all conventional-changelog-* to major versions (#997)
Bug Fixes
- deps: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000) (9a87d82) - by @ghiscoding
- deps: update all major npm & other deps (#1008) (332a1c0) - by @ghiscoding
- deps: update inquirer packages (#996) (6eb5a80) - by @renovate[bot]
- deps: upgrade all conventional-changelog-* to major versions (#997) (df2d462) - by @ghiscoding
- publish: replace +{SHA} with .{SHA} in lerna publish --canary (#999) (26da1a9) - by @ghiscoding
- version: change default "describe [Git] tag" pattern to
v*
(#1001) (6b0f1e9) - by @ghiscoding
- watch: upgrade Chokidar to v4.0 major version (#1004) (d376975) - by @ghiscoding
Miscellaneous Chores
- deps: remove
node-fetch
, fixes punycode warning (#998) (f3c6388) - by @ghiscoding