diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb01b560..2d2d90e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v1.0.0-17 + + +### 🩹 Fixes + +- Fix route prerender ([7adc361](https://github.com/undb-io/undb/commit/7adc361)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-16 diff --git a/package.json b/package.json index e9b126ecd..3857745f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-16", + "version": "1.0.0-17", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",