Version Packages (#487)

pull/488/head @hono/auth-js@1.0.6
github-actions[bot] 2024-04-30 17:27:29 +09:00 committed by GitHub
parent 18959557f4
commit 4194ac691a
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
---
fix: use `env` in `hono/adapter` and add tests

View File

@ -1,5 +1,11 @@
# @hono/auth-js
## 1.0.6
### Patch Changes
- [#486](https://github.com/honojs/middleware/pull/486) [`18959557f45851a0109a63de3e865329c30d4fcc`](https://github.com/honojs/middleware/commit/18959557f45851a0109a63de3e865329c30d4fcc) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: use `env` in `hono/adapter` and add tests
## 1.0.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/auth-js",
"version": "1.0.5",
"version": "1.0.6",
"description": "A third-party Auth js middleware for Hono",
"main": "dist/index.js",
"exports": {