From be294706193340a00c184b509834681d89e62d09 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 May 2026 22:30:32 +0000 Subject: [PATCH] chore(release): 0.1.0-rc.2 [skip ci] ## [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 * **ci:** run rc releases from next branch ([3dca33e](https://github.com/kaelio/ktx/commit/3dca33ec1166438b3861da01fdaca8d031ee2134)) * **context:** allow release git askpass env ([78ca891](https://github.com/kaelio/ktx/commit/78ca891c0cc739f26b3ecba52c93b65b9775a61b)) ### Documentation * clarify getting started introduction ([#120](https://github.com/kaelio/ktx/issues/120)) ([c7e6b50](https://github.com/kaelio/ktx/commit/c7e6b5001dc6ddaf0a5e415c330f6046c7353212)) * merge community contributing pages ([#119](https://github.com/kaelio/ktx/issues/119)) ([cf3674c](https://github.com/kaelio/ktx/commit/cf3674cd9fdc1a3107c862026b15eb680c3d64b5)) * move LLM configuration guide last ([#117](https://github.com/kaelio/ktx/issues/117)) ([6862883](https://github.com/kaelio/ktx/commit/68628832a95956d6bd96c4f140a7fd9f06545b0e)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- release-policy.json | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..9eb4236e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +## [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 + +* **ci:** run rc releases from next branch ([3dca33e](https://github.com/kaelio/ktx/commit/3dca33ec1166438b3861da01fdaca8d031ee2134)) +* **context:** allow release git askpass env ([78ca891](https://github.com/kaelio/ktx/commit/78ca891c0cc739f26b3ecba52c93b65b9775a61b)) + +### Documentation + +* clarify getting started introduction ([#120](https://github.com/kaelio/ktx/issues/120)) ([c7e6b50](https://github.com/kaelio/ktx/commit/c7e6b5001dc6ddaf0a5e415c330f6046c7353212)) +* merge community contributing pages ([#119](https://github.com/kaelio/ktx/issues/119)) ([cf3674c](https://github.com/kaelio/ktx/commit/cf3674cd9fdc1a3107c862026b15eb680c3d64b5)) +* move LLM configuration guide last ([#117](https://github.com/kaelio/ktx/issues/117)) ([6862883](https://github.com/kaelio/ktx/commit/68628832a95956d6bd96c4f140a7fd9f06545b0e)) diff --git a/package.json b/package.json index 3941644b..cc5bc4f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ktx-workspace", - "version": "0.1.0-rc.1", + "version": "0.1.0-rc.2", "description": "Workspace root for ktx packages", "private": true, "type": "module", diff --git a/release-policy.json b/release-policy.json index 2bcbd4f7..71400aef 100644 --- a/release-policy.json +++ b/release-policy.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, - "publicNpmPackageVersion": "0.1.0-rc.1", + "publicNpmPackageVersion": "0.1.0-rc.2", "releaseMode": "npm-public-release-ready", "npm": { "publish": true, @@ -20,7 +20,7 @@ }, "publishedPackageSmoke": { "packageName": "@kaelio/ktx", - "version": "0.1.0-rc.1", + "version": "0.1.0-rc.2", "registry": null }, "runtimeInstaller": {