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",