diff --git a/CHANGELOG.md b/CHANGELOG.md index da9610db1..46e3c6ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v1.0.0-23 + + +### 🩹 Fixes + +- Fix cond ([c9bf458](https://github.com/undb-io/undb/commit/c9bf458)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-22 diff --git a/package.json b/package.json index f69c586b5..bcad77ca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-22", + "version": "1.0.0-23", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",