From c5f8eccd6d27a3eaf2838898eca683d8b3380afb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:07:16 +0000 Subject: [PATCH] Version Packages --- .changeset/dynamic-configuration.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dynamic-configuration.md diff --git a/.changeset/dynamic-configuration.md b/.changeset/dynamic-configuration.md deleted file mode 100644 index 1c2de119..00000000 --- a/.changeset/dynamic-configuration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@node-core/doc-kit': patch ---- - -Allow for the specification of dynamically generated configuration values diff --git a/CHANGELOG.md b/CHANGELOG.md index 004c03a4..d326689b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @node-core/doc-kit +## 1.4.3 + +### Patch Changes + +- [#905](https://github.com/nodejs/doc-kit/pull/905) [`f214a00`](https://github.com/nodejs/doc-kit/commit/f214a009d5ceadddc2a3b8d83b94eb070eb6e790) Thanks [@avivkeller](https://github.com/avivkeller)! - Allow for the specification of dynamically generated configuration values + ## 1.4.2 ### Patch Changes diff --git a/package.json b/package.json index f438669f..392aee35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@node-core/doc-kit", "type": "module", - "version": "1.4.2", + "version": "1.4.3", "repository": { "type": "git", "url": "git+https://github.com/nodejs/doc-kit.git"