From 29883e9d1e40c43d3ed553144dfd5e78b52ba92a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 17:50:59 +0000 Subject: [PATCH] Version Packages --- .changeset/bright-nodes-align.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/bright-nodes-align.md diff --git a/.changeset/bright-nodes-align.md b/.changeset/bright-nodes-align.md deleted file mode 100644 index 00dc533..0000000 --- a/.changeset/bright-nodes-align.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/devtools': minor ---- - -Add the canonical Node 24 LTS tooling policy and render managed CI/release workflows from the shared Bun and Node runtime baselines. diff --git a/CHANGELOG.md b/CHANGELOG.md index 66cff04..b687cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.6.0 + +### Minor Changes + +- ca42420: Add the canonical Node 24 LTS tooling policy and render managed CI/release workflows from the shared Bun and Node runtime baselines. + ## 1.5.2 ### Patch Changes diff --git a/package.json b/package.json index 410f5dd..9ff1e0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/devtools", - "version": "1.5.2", + "version": "1.6.0", "description": "Shared development tools and repository standards for Ankhorage", "license": "MIT", "homepage": "https://github.com/ankhorage/devtools#readme",