diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa6a482b..a9bc3f41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v1.0.0-1 + + +### 🩹 Fixes + +- Fix github build ([b8eb9e8](https://github.com/undb-io/undb/commit/b8eb9e8)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-0 diff --git a/package.json b/package.json index 0a528dec4..8147c37f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-0", + "version": "1.0.0-1", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",