chore(release): 0.6.0 [skip ci]

# [0.6.0](https://github.com/offendingcommit/openconcho/compare/v0.5.3...v0.6.0) (2026-05-04)

### Features

* support multiple Honcho instances (closes [#2](https://github.com/offendingcommit/openconcho/issues/2)) ([f706c83](f706c83cc1))
This commit is contained in:
github-actions[bot]
2026-05-04 16:33:21 +00:00
parent ee76f7a325
commit 387bfa4228
4 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
# [0.6.0](https://github.com/offendingcommit/openconcho/compare/v0.5.3...v0.6.0) (2026-05-04)
### Features
* support multiple Honcho instances (closes [#2](https://github.com/offendingcommit/openconcho/issues/2)) ([f706c83](https://github.com/offendingcommit/openconcho/commit/f706c83cc15bd35a7222938c580189f710098e2c))
## [0.5.3](https://github.com/offendingcommit/openconcho/compare/v0.5.2...v0.5.3) (2026-05-03)

View File

@@ -1,7 +1,7 @@
{
"name": "openconcho",
"private": true,
"version": "0.5.3",
"version": "0.6.0",
"packageManager": "pnpm@10.33.2",
"engines": {
"node": ">=22",

View File

@@ -2225,7 +2225,7 @@ dependencies = [
[[package]]
name = "openconcho"
version = "0.5.3"
version = "0.6.0"
dependencies = [
"serde",
"serde_json",

View File

@@ -1,6 +1,6 @@
[package]
name = "openconcho"
version = "0.5.3"
version = "0.6.0"
edition = "2021"
[lib]