chore(release): 0.1.0-rc.4 [skip ci]

## [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

* **release:** use npm trusted publishing ([ceb578e](ceb578e0f6))
This commit is contained in:
semantic-release-bot 2026-05-16 23:06:16 +00:00
parent b9e46cc1c6
commit 8c092429ba
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
## [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
* **release:** use npm trusted publishing ([ceb578e](https://github.com/kaelio/ktx/commit/ceb578e0f64572ee15ebe0fb74e6d1f743c010fd))
## [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

View file

@ -1,6 +1,6 @@
{
"name": "ktx-workspace",
"version": "0.1.0-rc.3",
"version": "0.1.0-rc.4",
"description": "Workspace root for ktx packages",
"private": true,
"type": "module",

View file

@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"publicNpmPackageVersion": "0.1.0-rc.3",
"publicNpmPackageVersion": "0.1.0-rc.4",
"releaseMode": "npm-public-release-ready",
"npm": {
"publish": true,
@ -20,7 +20,7 @@
},
"publishedPackageSmoke": {
"packageName": "@kaelio/ktx",
"version": "0.1.0-rc.3",
"version": "0.1.0-rc.4",
"registry": null
},
"runtimeInstaller": {