Version Packages (#1018)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1019/head @hono/oidc-auth@1.5.0
github-actions[bot] 2025-03-16 19:09:11 +09:00 committed by GitHub
parent 87be440009
commit b810c64c3d
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 initOidcAuthMiddleware() and avoid mutating environment variables

View File

@ -1,5 +1,11 @@
# @hono/oidc-auth
## 1.5.0
### Minor Changes
- [#980](https://github.com/honojs/middleware/pull/980) [`87be44000987c41209fbb79c1a0c95dcf31fadfa`](https://github.com/honojs/middleware/commit/87be44000987c41209fbb79c1a0c95dcf31fadfa) Thanks [@rajsite](https://github.com/rajsite)! - Add initOidcAuthMiddleware() and avoid mutating environment variables
## 1.4.1
### Patch Changes

View File

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