Skip to content

Commit d48ec05

Browse files
Version Packages (#925)
1 parent 4a0606f commit d48ec05

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/ten-trainers-jam.md

-5
This file was deleted.

packages/oidc-auth/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/oidc-auth
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#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)
8+
39
## 1.2.0
410

511
### Minor Changes

packages/oidc-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/oidc-auth",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "OpenID Connect Authentication middleware for Hono",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)