All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 — 2024–10–30
- The minimum required
node.js
version has been increased to20.12.0
, except for version21
.
0.2.1 — 2024–09–25
- The space before the dash in the version heading is now non-breaking. This hardly affects anything, but for consistency of typography it should be like this everywhere.
0.2.0 — 2024–07–30
- The
update-changelog
utility now automatically stagesCHANGELOG.md
in git. You can remove&& git add CHANGELOG.md
from yourversion
hook and leave onlyupdate-changelog
in it.
0.1.0 — 2024–05–09
- The basic functionality of the
update-changelog
CLI utility.