Version Packages (#385)

pull/386/head @hono/oidc-auth@1.0.0
github-actions[bot] 2024-02-13 11:17:53 +09:00 committed by GitHub
parent 7777562f64
commit 4d8389a8c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/oidc-auth': major
---
Releasing first version

View File

@ -0,0 +1,7 @@
# @hono/oidc-auth
## 1.0.0
### Major Changes
- [#372](https://github.com/honojs/middleware/pull/372) [`7777562f64d517d0764bc4732fde7edbff4ff537`](https://github.com/honojs/middleware/commit/7777562f64d517d0764bc4732fde7edbff4ff537) Thanks [@hnw](https://github.com/hnw)! - Releasing first version

View File

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