Version Packages (#1037)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1041/head @hono/oidc-auth@1.6.0
github-actions[bot] 2025-03-24 21:44:38 +09:00 committed by GitHub
parent e6160a2f94
commit 3ae1b484a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/oidc-auth': minor
---
Add support for setting audience in the OIDC_AUDIENCE environment variable

View File

@ -1,5 +1,11 @@
# @hono/oidc-auth
## 1.6.0
### Minor Changes
- [#1010](https://github.com/honojs/middleware/pull/1010) [`e6160a2f94d65b1a72df06b667b8c8d0c21d00e5`](https://github.com/honojs/middleware/commit/e6160a2f94d65b1a72df06b667b8c8d0c21d00e5) Thanks [@wayofthepie](https://github.com/wayofthepie)! - Add support for setting audience in the OIDC_AUDIENCE environment variable
## 1.5.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/oidc-auth",
"version": "1.5.0",
"version": "1.6.0",
"description": "OpenID Connect Authentication middleware for Hono",
"type": "module",
"main": "dist/index.js",