From 7737ccaf1aa905d99313b4394de0b41220df6b00 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 May 2026 00:23:17 +0000 Subject: [PATCH] chore(release): 0.4.1 [skip ci] ## [0.4.1](https://github.com/Kaelio/ktx/compare/v0.4.0...v0.4.1) (2026-05-21) ### Bug Fixes * **cli:** resolve embedding provider explicitly and surface lane status in sl search ([#192](https://github.com/Kaelio/ktx/issues/192)) ([9d92c79](https://github.com/Kaelio/ktx/commit/9d92c799889326f4c382df4fa23db3c9a5fd04da)) ### Documentation * **concepts:** add Wiki retrieval pillar page ([#191](https://github.com/Kaelio/ktx/issues/191)) ([ed2d2f9](https://github.com/Kaelio/ktx/commit/ed2d2f9be05ae177df2d45331f1f5f05d5169443)) ### Other Changes * **docs-site:** add dev shortcut and fix hero heading clipping ([#190](https://github.com/Kaelio/ktx/issues/190)) ([56a9672](https://github.com/Kaelio/ktx/commit/56a967278a60da9c497ee82570b1222e49671f24)) --- package.json | 2 +- packages/cli/package.json | 2 +- release-policy.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b5ead9e3..5c8fe060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ktx-workspace", - "version": "0.4.0", + "version": "0.4.1", "description": "Workspace root for ktx packages", "private": true, "type": "module", diff --git a/packages/cli/package.json b/packages/cli/package.json index fc133704..75355189 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ktx/cli", - "version": "0.4.0", + "version": "0.4.1", "description": "CLI wrapper for ktx context packages", "private": true, "type": "module", diff --git a/release-policy.json b/release-policy.json index 9dd7651e..813e09d3 100644 --- a/release-policy.json +++ b/release-policy.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, - "publicNpmPackageVersion": "0.4.0", + "publicNpmPackageVersion": "0.4.1", "releaseMode": "npm-public-release-ready", "npm": { "publish": true, @@ -20,7 +20,7 @@ }, "publishedPackageSmoke": { "packageName": "@kaelio/ktx", - "version": "0.4.0", + "version": "0.4.1", "registry": null }, "runtimeInstaller": {