Version Packages (#387)

pull/389/head @hono/oidc-auth@1.0.1
github-actions[bot] 2024-02-13 23:51:50 +09:00 committed by GitHub
parent fda62dea37
commit 37fb8662cb
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 "yarn release" and fix npm package

View File

@ -1,5 +1,11 @@
# @hono/oidc-auth
## 1.0.1
### Patch Changes
- [#386](https://github.com/honojs/middleware/pull/386) [`fda62dea375e736b9d5c6ad902a7b24f6de47560`](https://github.com/honojs/middleware/commit/fda62dea375e736b9d5c6ad902a7b24f6de47560) Thanks [@hnw](https://github.com/hnw)! - Fix "yarn release" and fix npm package
## 1.0.0
### Major Changes

View File

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