diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d861d0d..ce48d0317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v1.0.0-37 + + +### 🩹 Fixes + +- Fix space id in outbox ([3d6811c](https://github.com/undb-io/undb/commit/3d6811c)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-36 diff --git a/package.json b/package.json index 682228482..f23690619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-36", + "version": "1.0.0-37", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",