mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
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](3dca33ec11)) * **context:** allow release git askpass env ([78ca891](78ca891c0c)) ### Documentation * clarify getting started introduction ([#120](https://github.com/kaelio/ktx/issues/120)) ([c7e6b50](c7e6b5001d)) * merge community contributing pages ([#119](https://github.com/kaelio/ktx/issues/119)) ([cf3674c](cf3674cd9f)) * move LLM configuration guide last ([#117](https://github.com/kaelio/ktx/issues/117)) ([6862883](68628832a9))
This commit is contained in:
parent
78ca891c0c
commit
be29470619
3 changed files with 15 additions and 3 deletions
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal file
|
|
@ -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))
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue