parent
fda62dea37
commit
37fb8662cb
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/oidc-auth': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix "yarn release" and fix npm package
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/oidc-auth
|
# @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
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/oidc-auth",
|
"name": "@hono/oidc-auth",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "OpenID Connect Authentication middleware for Hono",
|
"description": "OpenID Connect Authentication middleware for Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue