chore(release): 0.13.1 [skip ci]

## [0.13.1](https://github.com/offendingcommit/openconcho/compare/v0.13.0...v0.13.1) (2026-05-29)

### Bug Fixes

* **docker:** make docker-compose runnable standalone ([fde4836](fde483657f))
This commit is contained in:
github-actions[bot]
2026-05-29 16:49:55 +00:00
parent 9ab9d52cae
commit 239d70f2b6
4 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
## [0.13.1](https://github.com/offendingcommit/openconcho/compare/v0.13.0...v0.13.1) (2026-05-29)
### Bug Fixes
* **docker:** make docker-compose runnable standalone ([fde4836](https://github.com/offendingcommit/openconcho/commit/fde483657fabde5b0f39578ec354c2e5c8b02daa))
# [0.13.0](https://github.com/offendingcommit/openconcho/compare/v0.12.1...v0.13.0) (2026-05-28)

View File

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

View File

@@ -2283,7 +2283,7 @@ dependencies = [
[[package]]
name = "openconcho"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"futures",
"serde",

View File

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