Skip to content

Commit 8e16dc4

Browse files
chore(release): 0.11.0 [skip ci]
# [0.11.0](v0.10.0...v0.11.0) (2026-05-28) ### Bug Fixes * harden token and URL handling ([5cfbae6](5cfbae6)) ### Features * **docker:** add containerized web build with CORS guidance ([cfe07f1](cfe07f1))
1 parent ac20ab6 commit 8e16dc4

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.11.0](https://github.com/offendingcommit/openconcho/compare/v0.10.0...v0.11.0) (2026-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* harden token and URL handling ([5cfbae6](https://github.com/offendingcommit/openconcho/commit/5cfbae62489c9ec4cc85f30a370b45db269defbc))
7+
8+
9+
### Features
10+
11+
* **docker:** add containerized web build with CORS guidance ([cfe07f1](https://github.com/offendingcommit/openconcho/commit/cfe07f190002c0a6bc9a4433d9cb352147e10c7e))
12+
113
# [0.10.0](https://github.com/offendingcommit/openconcho/compare/v0.9.0...v0.10.0) (2026-05-28)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openconcho",
33
"private": true,
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"packageManager": "pnpm@10.33.2",
66
"engines": {
77
"node": ">=22",

packages/desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openconcho"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)