diff --git a/.changeset/kind-cheetahs-give.md b/.changeset/kind-cheetahs-give.md deleted file mode 100644 index 3a546b1ec..000000000 --- a/.changeset/kind-cheetahs-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oidc-auth': minor ---- - -Add support for absolute path in OIDC_REDIRECT_URI and set its default value to '/callback' diff --git a/packages/oidc-auth/CHANGELOG.md b/packages/oidc-auth/CHANGELOG.md index a27c831f3..46c5cc4b7 100644 --- a/packages/oidc-auth/CHANGELOG.md +++ b/packages/oidc-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/oidc-auth +## 1.4.0 + +### Minor Changes + +- [#926](https://github.com/honojs/middleware/pull/926) [`2f716d619d9e61df3f12427ef6cdebaf0888569e`](https://github.com/honojs/middleware/commit/2f716d619d9e61df3f12427ef6cdebaf0888569e) Thanks [@hnw](https://github.com/hnw)! - Add support for absolute path in OIDC_REDIRECT_URI and set its default value to '/callback' + ## 1.3.0 ### Minor Changes diff --git a/packages/oidc-auth/package.json b/packages/oidc-auth/package.json index 19cacbfe5..4c05a4a93 100644 --- a/packages/oidc-auth/package.json +++ b/packages/oidc-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/oidc-auth", - "version": "1.3.0", + "version": "1.4.0", "description": "OpenID Connect Authentication middleware for Hono", "type": "module", "main": "dist/index.js",