Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 1.38 KB

Changelog

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

Changed

  • The minimum required node.js version has been increased to 20.12.0, except for version 21.

0.2.1 — 2024–09–25

Fixed

  • 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

Added

  • The update-changelog utility now automatically stages CHANGELOG.md in git. You can remove && git add CHANGELOG.md from your version hook and leave only update-changelog in it.

0.1.0 — 2024–05–09

Added

  • The basic functionality of the update-changelog CLI utility.