From 3511fb95bbf35cdf8c31bafb626bc1813caa5fe3 Mon Sep 17 00:00:00 2001 From: "Lucy (bot)" <126932300+lucythecat@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:05:41 +0900 Subject: [PATCH] CI: Release (#1338) --- .auri/$8h6jkpso.md | 6 ------ packages/oauth/CHANGELOG.md | 6 ++++++ packages/oauth/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .auri/$8h6jkpso.md diff --git a/.auri/$8h6jkpso.md b/.auri/$8h6jkpso.md deleted file mode 100644 index 9ce153642..000000000 --- a/.auri/$8h6jkpso.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "@lucia-auth/oauth" -type: "patch" ---- - -Update Keycloak provider to accept domain argument with protocol \ No newline at end of file diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index 6c2aa7edc..867b535c8 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/CHANGELOG.md @@ -1,5 +1,11 @@ # @lucia-auth/oauth +## 3.5.2 + +### Patch changes + +- [#1337](https://github.com/lucia-auth/lucia/pull/1337) by [@AmruthPillai](https://github.com/AmruthPillai) : Update Keycloak provider to accept domain argument with protocol + ## 3.5.1 ### Patch changes diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 83ed630fc..072b4a68f 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@lucia-auth/oauth", - "version": "3.5.1", + "version": "3.5.2", "description": "OAuth integration for Lucia", "main": "dist/index.js", "types": "dist/index.d.ts",