diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e599731..671016010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.0.0-74 + + +### 🩹 Fixes + +- Fix always refetch data ([1d0faf1](https://github.com/undb-io/undb/commit/1d0faf1)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-73 diff --git a/package.json b/package.json index eb7eeba9e..18a054204 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-73", + "version": "1.0.0-74", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",