Version Packages (#485)

pull/486/head @hono/auth-js@1.0.5
github-actions[bot] 2024-04-29 13:54:29 +09:00 committed by GitHub
parent b8fb9a06c1
commit 173fed200a
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 AUTH_URL not working in getAuthUser

View File

@ -1,5 +1,11 @@
# @hono/auth-js # @hono/auth-js
## 1.0.5
### Patch Changes
- [#481](https://github.com/honojs/middleware/pull/481) [`b8fb9a06c13c3d5988b21e1b286c2a0b5ba99d80`](https://github.com/honojs/middleware/commit/b8fb9a06c13c3d5988b21e1b286c2a0b5ba99d80) Thanks [@DIYgod](https://github.com/DIYgod)! - fix AUTH_URL not working in getAuthUser
## 1.0.4 ## 1.0.4
### Patch Changes ### Patch Changes

View File

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