chore(release): 0.11.0 [skip ci]

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

### Bug Fixes

* harden token and URL handling ([5cfbae6](5cfbae6248))

### Features

* **docker:** add containerized web build with CORS guidance ([cfe07f1](cfe07f1900))
This commit is contained in:
github-actions[bot]
2026-05-28 19:21:59 +00:00
parent ac20ab6271
commit 8e16dc4f78
4 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
# [0.11.0](https://github.com/offendingcommit/openconcho/compare/v0.10.0...v0.11.0) (2026-05-28)
### Bug Fixes
* harden token and URL handling ([5cfbae6](https://github.com/offendingcommit/openconcho/commit/5cfbae62489c9ec4cc85f30a370b45db269defbc))
### Features
* **docker:** add containerized web build with CORS guidance ([cfe07f1](https://github.com/offendingcommit/openconcho/commit/cfe07f190002c0a6bc9a4433d9cb352147e10c7e))
# [0.10.0](https://github.com/offendingcommit/openconcho/compare/v0.9.0...v0.10.0) (2026-05-28)

View File

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

View File

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

View File

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