diff --git a/.auri/$skstsn5z.md b/.auri/$skstsn5z.md deleted file mode 100644 index b4debc59e..000000000 --- a/.auri/$skstsn5z.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -package: "@lucia-auth/oauth" # package name -type: "patch" # "major", "minor", "patch" -pull: "1323" ---- - -Fix Dropbox provider \ No newline at end of file diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index 3967ba311..6c2aa7edc 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/CHANGELOG.md @@ -1,5 +1,11 @@ # @lucia-auth/oauth +## 3.5.1 + +### Patch changes + +- [#1323](https://github.com/lucia-auth/lucia/pull/1323) by [@NuttyShrimp](https://github.com/NuttyShrimp) : Fix Dropbox provider + ## 3.5.0 ### Minor changes diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 773ea313f..83ed630fc 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@lucia-auth/oauth", - "version": "3.5.0", + "version": "3.5.1", "description": "OAuth integration for Lucia", "main": "dist/index.js", "types": "dist/index.d.ts",