From 48afe89bd4fcca759efec5c6461ebaccb45a9f10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 May 2026 23:15:33 +0000 Subject: [PATCH] chore(release): 0.1.0-rc.5 [skip ci] ## [0.1.0-rc.5](https://github.com/kaelio/ktx/compare/v0.1.0-rc.4...v0.1.0-rc.5) (2026-05-16) ### Bug Fixes * **release:** tolerate npm propagation in smoke ([8d1837f](https://github.com/kaelio/ktx/commit/8d1837f26edecb7017317e6624edf208aebca194)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- release-policy.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 359e2b19..b21b3e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.1.0-rc.5](https://github.com/kaelio/ktx/compare/v0.1.0-rc.4...v0.1.0-rc.5) (2026-05-16) + +### Bug Fixes + +* **release:** tolerate npm propagation in smoke ([8d1837f](https://github.com/kaelio/ktx/commit/8d1837f26edecb7017317e6624edf208aebca194)) + ## [0.1.0-rc.4](https://github.com/kaelio/ktx/compare/v0.1.0-rc.3...v0.1.0-rc.4) (2026-05-16) ### Bug Fixes diff --git a/package.json b/package.json index 87c96246..14703f55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ktx-workspace", - "version": "0.1.0-rc.4", + "version": "0.1.0-rc.5", "description": "Workspace root for ktx packages", "private": true, "type": "module", diff --git a/release-policy.json b/release-policy.json index 00483703..cca85984 100644 --- a/release-policy.json +++ b/release-policy.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, - "publicNpmPackageVersion": "0.1.0-rc.4", + "publicNpmPackageVersion": "0.1.0-rc.5", "releaseMode": "npm-public-release-ready", "npm": { "publish": true, @@ -20,7 +20,7 @@ }, "publishedPackageSmoke": { "packageName": "@kaelio/ktx", - "version": "0.1.0-rc.4", + "version": "0.1.0-rc.5", "registry": null }, "runtimeInstaller": {