From 7feab174ead1715153b882229928f52b1b753d16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:50:34 +0000 Subject: [PATCH] Version Packages --- .changeset/leaner-runtime-dependencies.md | 5 ----- .changeset/node-20-runtime.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/leaner-runtime-dependencies.md delete mode 100644 .changeset/node-20-runtime.md diff --git a/.changeset/leaner-runtime-dependencies.md b/.changeset/leaner-runtime-dependencies.md deleted file mode 100644 index 31f13330..00000000 --- a/.changeset/leaner-runtime-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alloc/cmd-ts": patch ---- - -Reduce the runtime dependency footprint by replacing `chalk`, `debug`, and `strip-ansi` with Node.js platform utilities and `obug`. diff --git a/.changeset/node-20-runtime.md b/.changeset/node-20-runtime.md deleted file mode 100644 index 4d8d16b8..00000000 --- a/.changeset/node-20-runtime.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alloc/cmd-ts": minor ---- - -Require Node.js 20.18 or newer. This release no longer supports older Node.js versions. diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a25dd5..8600fc0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # cmd-ts +## 0.17.0 + +### Minor Changes + +- f9e2e54: Require Node.js 20.18 or newer. This release no longer supports older Node.js versions. + +### Patch Changes + +- f9e2e54: Reduce the runtime dependency footprint by replacing `chalk`, `debug`, and `strip-ansi` with Node.js platform utilities and `obug`. + ## 0.16.0 ### Minor Changes diff --git a/package.json b/package.json index 4e750539..ea1b0b5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alloc/cmd-ts", - "version": "0.16.0", + "version": "0.17.0", "homepage": "https://alloc.github.io/cmd-ts/", "license": "MIT", "author": "Gal Schlezinger",