diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9cbee49..e87e88275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.0.0-92 + + +### 🩹 Fixes + +- Remove template build now ([f0fa496](https://github.com/undb-io/undb/commit/f0fa496)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-91 diff --git a/package.json b/package.json index 9e1e02b0b..375da1f52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-91", + "version": "1.0.0-92", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",