Version Packages (#937)

pull/878/head @hono/oidc-auth@1.4.1
github-actions[bot] 2025-01-17 19:17:54 +09:00 committed by GitHub
parent be34f6908f
commit ecb7a1df14
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': patch
---
Fix type error

View File

@ -1,5 +1,11 @@
# @hono/oidc-auth
## 1.4.1
### Patch Changes
- [#936](https://github.com/honojs/middleware/pull/936) [`be34f6908f1ecc22171d302edb10036b3bba9fe9`](https://github.com/honojs/middleware/commit/be34f6908f1ecc22171d302edb10036b3bba9fe9) Thanks [@hnw](https://github.com/hnw)! - Fix type error
## 1.4.0
### Minor Changes

View File

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