diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe467d3d..d2e46b444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v1.0.0-39 + + +### 🩹 Fixes + +- Fix bug ([2ea202d](https://github.com/undb-io/undb/commit/2ea202d)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-38 diff --git a/package.json b/package.json index 0becfa00c..17822206e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-38", + "version": "1.0.0-39", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",