Version Packages (#1211)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1212/head @hono/auth-js@1.0.17
github-actions[bot] 2025-06-09 19:16:09 +09:00 committed by GitHub
parent 0758fd0af1
commit 86a4ca460d
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/auth-js': patch
---
Add explicit return types

View File

@ -1,5 +1,11 @@
# @hono/auth-js
## 1.0.17
### Patch Changes
- [#1210](https://github.com/honojs/middleware/pull/1210) [`0758fd0af1f213131d0894299e5bec716d284580`](https://github.com/honojs/middleware/commit/0758fd0af1f213131d0894299e5bec716d284580) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit return types
## 1.0.16
### Patch Changes

View File

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