diff --git a/.changeset/ten-trainers-jam.md b/.changeset/ten-trainers-jam.md deleted file mode 100644 index f45bc33e..00000000 --- a/.changeset/ten-trainers-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oidc-auth': minor ---- - -Optionally specify a custom cookie domain using the OIDC_COOKIE_DOMAIN environment variable (default is domain of the request) diff --git a/packages/oidc-auth/CHANGELOG.md b/packages/oidc-auth/CHANGELOG.md index 5e1718e0..a27c831f 100644 --- a/packages/oidc-auth/CHANGELOG.md +++ b/packages/oidc-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/oidc-auth +## 1.3.0 + +### Minor Changes + +- [#919](https://github.com/honojs/middleware/pull/919) [`4a0606f774022097bf7de69077fe366280bf4f49`](https://github.com/honojs/middleware/commit/4a0606f774022097bf7de69077fe366280bf4f49) Thanks [@maemaemae3](https://github.com/maemaemae3)! - Optionally specify a custom cookie domain using the OIDC_COOKIE_DOMAIN environment variable (default is domain of the request) + ## 1.2.0 ### Minor Changes diff --git a/packages/oidc-auth/package.json b/packages/oidc-auth/package.json index 803222c2..19cacbfe 100644 --- a/packages/oidc-auth/package.json +++ b/packages/oidc-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/oidc-auth", - "version": "1.2.0", + "version": "1.3.0", "description": "OpenID Connect Authentication middleware for Hono", "type": "module", "main": "dist/index.js",