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