From 2f647d5c681a3bf853a5028fbbf2b68e032cca33 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 May 2026 15:59:28 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] ## [0.4.0](https://github.com/Kaelio/ktx/compare/v0.3.0...v0.4.0) (2026-05-20) ### Features * **release:** one version everywhere via @semantic-release/git ([#186](https://github.com/Kaelio/ktx/issues/186)) ([2f70861](https://github.com/Kaelio/ktx/commit/2f70861a1855f3734346ef3da2060ee7b3619836)) ### Bug Fixes * correct repository URL casing to match canonical Kaelio org name ([#188](https://github.com/Kaelio/ktx/issues/188)) ([b43000f](https://github.com/Kaelio/ktx/commit/b43000f961693ded7c3715641400ec635becacc8)) ### Documentation * standardize ktx naming ([#187](https://github.com/Kaelio/ktx/issues/187)) ([17647a4](https://github.com/Kaelio/ktx/commit/17647a436a323ea0d2f04c64a6564a3d79c6951f)) ### Continuous Integration * **release:** restore RELEASE_PAT for branch push ([#189](https://github.com/Kaelio/ktx/issues/189)) ([16f8a35](https://github.com/Kaelio/ktx/commit/16f8a35beeabbaf888be581d1c0f03f1a0285362)), closes [#188](https://github.com/Kaelio/ktx/issues/188) --- package.json | 2 +- packages/cli/package.json | 2 +- release-policy.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2a16bdd2..38e14079 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ktx-workspace", - "version": "0.1.0-rc.1", + "version": "0.4.0", "description": "Workspace root for ktx packages", "private": true, "type": "module", diff --git a/packages/cli/package.json b/packages/cli/package.json index a93b9b6c..fc133704 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ktx/cli", - "version": "0.0.0-private", + "version": "0.4.0", "description": "CLI wrapper for ktx context packages", "private": true, "type": "module", diff --git a/release-policy.json b/release-policy.json index 2bcbd4f7..9dd7651e 100644 --- a/release-policy.json +++ b/release-policy.json @@ -1,12 +1,12 @@ { "schemaVersion": 1, - "publicNpmPackageVersion": "0.1.0-rc.1", + "publicNpmPackageVersion": "0.4.0", "releaseMode": "npm-public-release-ready", "npm": { "publish": true, "registry": null, "access": "public", - "tag": "next", + "tag": "latest", "packages": [ "@kaelio/ktx" ] @@ -20,7 +20,7 @@ }, "publishedPackageSmoke": { "packageName": "@kaelio/ktx", - "version": "0.1.0-rc.1", + "version": "0.4.0", "registry": null }, "runtimeInstaller": {