diff --git a/CHANGELOG.md b/CHANGELOG.md index a182dd812..7c93ca4a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v1.0.0-68 + + +### 🏡 Chore + +- Add template url ([088313c](https://github.com/undb-io/undb/commit/088313c)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-67 ## v1.0.0-66 diff --git a/package.json b/package.json index 681db3f57..0ce5df51c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-67", + "version": "1.0.0-68", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",