Changelog
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
5.2.5
9 Sept 2026
🔧 Fixed
- lerna-clean-changelogs: clean CR-only and mixed line endings (315a319)
- lerna-clean-changelogs: preserve asterisk thematic breaks (f7c6441)
- lerna-clean-changelogs: preserve headings for retained changes (ec60169)
- lerna-clean-changelogs: preserve literal code during cleanup (16c1692)
- lerna-clean-changelogs: return valid empty cleanup results (523cae6)
- lerna-clean-changelogs: unwrap complete version heading links (80c20e9)
Performance Improvements
- lerna-clean-changelogs: collect retained lines in linear time (2927410)
5.2.4
6 Sept 2026
Performance Improvements
- Recorded a 2.38% higher normalized benchmark score than v5.1.3 (286,484 → 293,301).
5.2.2
22 Aug 2026
Performance Improvements
- optimise package hot paths and JSON editing (f3112bd)
5.2.0
19 Aug 2026
🔧 Fixed
- make validation diagnostics safe (7b01074)
- resolve various review findings (b60e9ee)
- retire direct publish aliases (f98e31e)
✨ Features
- add codsen-glob and migrate glob consumers (5595a2b)
- refresh the tooling and generate with the latest dependencies (781f802)
5.0.8
16 Apr 2023
🔧 Fixed
- tap
codsen-utils(514579e)
5.0.0
1 Dec 2022
💥 BREAKING CHANGES
- Minimum supported Node version is v14.18; we’re dropping v12 support
4.2.2
27 Aug 2022
🔧 Fixed
- support windows CRLF line endings (4f6195a)
4.2.0
12 Aug 2022
✨ Features
4.1.3
26 Jul 2022
Performance Improvements
- Recorded a 7.91% higher normalized benchmark score than v4.1.2 (419,312 → 452,472).
4.1.2
5 Jul 2022
Performance Improvements
- Recorded a 44.9% higher normalized benchmark score than v4.1.1 (289,382 → 419,312).
4.1.1
18 Apr 2022
🔧 Fixed
- tweak types (97ea400)
Performance Improvements
- Recorded a 2.62% higher normalized benchmark score than v4.1.0 (281,990 → 289,382).
4.1.0
10 Apr 2022
✨ Features
- export defaults (4bc7c0f)
Performance Improvements
- Recorded a 29.38% higher normalized benchmark score than v4.0.0 (217,958 → 281,990).
4.0.0
22 Jan 2022
🔧 Fixed
💥 BREAKING CHANGES
- from now, the options should be set as a plain object, ie. { extras: true }
Performance Improvements
- Recorded a 6.96% higher normalized benchmark score than v3.0.11 (203,771 → 217,958).
3.0.9
24 Dec 2021
Performance Improvements
- Recorded a 30.44% higher normalized benchmark score than v3.0.8 (306,126 → 399,323).
3.0.7
30 Nov 2021
Performance Improvements
- Recorded a 24.78% higher normalized benchmark score than v3.0.5 (343,186 → 428,230).
3.0.0
9 Sept 2021
✨ Features
- migrate to ES Modules (8c9d95d)
💥 BREAKING CHANGES
- programs now are in ES Modules and won’t work with Common JS
require()
2.1.0
24 May 2021
✨ Features
- config file based major bump blacklisting (e15f9bb)
2.0.15
11 Apr 2021
⏪ Reverts
- Revert “chore: setup refresh” (23cf206)
2.0.1
28 Jan 2021
🔧 Fixed
- add
testStatsto npmignore (f3c84e9)
2.0.0
23 Jan 2021
✨ Features
- rewrite in TS, start using named exports (8c676f4)
💥 BREAKING CHANGES
- previously you’d consume like:
import cleanChangelogs from ...— nowimport { cleanChangelogs } from ...
1.5.0
29 Nov 2020
✨ Features
- fix for SourceHut deep links (d3bb023)
1.4.0
28 Nov 2020
Accidental version bump during migration to SourceHut. Sorry about that.
1.3.53
26 Apr 2020
🔧 Fixed
- harden the eslint rules set and make all tests pass again (29df39e)
1.2.0
1 Feb 2019
✨ Features
- Set default list item format to dashes (not asterisks) to match Prettier (16c2200)
1.1.0
31 Jan 2019
✨ Features
- Remove excessive blank lines and convert list item bullets to asterisks (f53d14b)
1.0.0
20 Jan 2019
- First public release