diff --git a/CHANGELOG.md b/CHANGELOG.md index 7956a5106..2ba076aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.0.0-133 + + +### 🩹 Fixes + +- Fix oauth ([224922e](https://github.com/undb-io/undb/commit/224922e)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-132 diff --git a/package.json b/package.json index 5053fbf8d..6b00631c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-132", + "version": "1.0.0-133", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",