diff --git a/CHANGELOG.md b/CHANGELOG.md index 606454d64..c543047eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v1.0.0-20 + + +### 🚀 Enhancements + +- Allow to create template ([b5cec80](https://github.com/undb-io/undb/commit/b5cec80)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-19 diff --git a/package.json b/package.json index f24a10eca..28b74f585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-19", + "version": "1.0.0-20", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",