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](8d1837f26e))
This commit is contained in:
semantic-release-bot 2026-05-16 23:15:33 +00:00
parent 72ea21636e
commit 48afe89bd4
3 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -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",

View file

@ -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": {