diff --git a/.auri/$ygs60su4.md b/.auri/$ygs60su4.md deleted file mode 100644 index 9b5374715..000000000 --- a/.auri/$ygs60su4.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "@lucia-auth/oauth" -type: "patch" ---- - -Fixed the endpoint used for exchanging authorization codes for the Atlassian provider diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index 867b535c8..772674ee6 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/CHANGELOG.md @@ -1,5 +1,11 @@ # @lucia-auth/oauth +## 3.5.3 + +### Patch changes + +- [#1353](https://github.com/lucia-auth/lucia/pull/1353) by [@xyassini](https://github.com/xyassini) : Fixed the endpoint used for exchanging authorization codes for the Atlassian provider + ## 3.5.2 ### Patch changes diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 072b4a68f..0f595a202 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@lucia-auth/oauth", - "version": "3.5.2", + "version": "3.5.3", "description": "OAuth integration for Lucia", "main": "dist/index.js", "types": "dist/index.d.ts",