Version Packages (#1325)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
main @hono/auth-js@1.1.0
github-actions[bot] 2025-07-21 15:04:24 +09:00 committed by GitHub
parent d89fed7eec
commit 0dc6a1f5e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/auth-js': minor
---
Allow async authjs Config

View File

@ -1,5 +1,11 @@
# @hono/auth-js
## 1.1.0
### Minor Changes
- [#1324](https://github.com/honojs/middleware/pull/1324) [`d89fed7eecfa151c18b0a8cf95dae1dfe83dfec2`](https://github.com/honojs/middleware/commit/d89fed7eecfa151c18b0a8cf95dae1dfe83dfec2) Thanks [@jamestalmage](https://github.com/jamestalmage)! - Allow async authjs Config
## 1.0.17
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/auth-js",
"version": "1.0.17",
"version": "1.1.0",
"license": "MIT",
"exports": {
".": "./src/index.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@hono/auth-js",
"version": "1.0.17",
"version": "1.1.0",
"description": "A third-party Auth js middleware for Hono",
"main": "dist/index.js",
"type": "module",