chore(release): 0.10.0 [skip ci]

# [0.10.0](https://github.com/offendingcommit/openconcho/compare/v0.9.0...v0.10.0) (2026-05-28)

### Features

* **api:** add scoped multi-instance query client ([de8db4b](de8db4b7aa))
This commit is contained in:
github-actions[bot]
2026-05-28 19:20:20 +00:00
parent 5d71d1e7c5
commit 7a478ebbc8
4 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
# [0.10.0](https://github.com/offendingcommit/openconcho/compare/v0.9.0...v0.10.0) (2026-05-28)
### Features
* **api:** add scoped multi-instance query client ([de8db4b](https://github.com/offendingcommit/openconcho/commit/de8db4b7aaccd3337507aacfb93b1ec2f2ac42db))
# [0.9.0](https://github.com/offendingcommit/openconcho/compare/v0.8.0...v0.9.0) (2026-05-28)

View File

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

View File

@@ -2266,7 +2266,7 @@ dependencies = [
[[package]]
name = "openconcho"
version = "0.9.0"
version = "0.10.0"
dependencies = [
"serde",
"serde_json",

View File

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