diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fbd0617..7956a5106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.0.0-132 + + +### 💅 Refactors + +- Create tx context ([fe0776a](https://github.com/undb-io/undb/commit/fe0776a)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-131 diff --git a/package.json b/package.json index f87a4e3bc..f44b79f94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-131", + "version": "1.0.0-132", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",