From 7089754306fa672152c6cb63529c7846db534f0b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 May 2026 22:46:22 +0000 Subject: [PATCH] chore(release): 0.1.0-rc.3 [skip ci] ## [0.1.0-rc.3](https://github.com/kaelio/ktx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2026-05-16) ### Bug Fixes * **release:** make npm publish noninteractive ([45374fa](https://github.com/kaelio/ktx/commit/45374fa3abd9007bdcb17d28d832d21a74cca2ff)) --- 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 9eb4236e..8ec8f535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.1.0-rc.3](https://github.com/kaelio/ktx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2026-05-16) + +### Bug Fixes + +* **release:** make npm publish noninteractive ([45374fa](https://github.com/kaelio/ktx/commit/45374fa3abd9007bdcb17d28d832d21a74cca2ff)) + ## [0.1.0-rc.2](https://github.com/kaelio/ktx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2026-05-16) ### Bug Fixes diff --git a/package.json b/package.json index cc5bc4f5..7c0917a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ktx-workspace", - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "description": "Workspace root for ktx packages", "private": true, "type": "module", diff --git a/release-policy.json b/release-policy.json index 71400aef..a99fa6c2 100644 --- a/release-policy.json +++ b/release-policy.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, - "publicNpmPackageVersion": "0.1.0-rc.2", + "publicNpmPackageVersion": "0.1.0-rc.3", "releaseMode": "npm-public-release-ready", "npm": { "publish": true, @@ -20,7 +20,7 @@ }, "publishedPackageSmoke": { "packageName": "@kaelio/ktx", - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "registry": null }, "runtimeInstaller": {