From 40cfd810fe1fc60c5bbf646e5d79d84d724694ec Mon Sep 17 00:00:00 2001 From: luojiyin Date: Sat, 22 Aug 2026 17:15:33 +0800 Subject: [PATCH] docs(changelog): record test fixes in the 2.3.0 section --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029b987..86b652e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ - enable `noImplicitAny` ([#162](https://github.com/lint-md/cli/pull/162)) +### Tests + +- make CLI error assertions ANSI-safe ([#176](https://github.com/lint-md/cli/pull/176)) +- run the package smoke test during `npm publish --dry-run` ([#178](https://github.com/lint-md/cli/pull/178)) + ### Tooling - align ts-jest with Jest 30 support ([#154](https://github.com/lint-md/cli/pull/154))