Version Packages (#616)

pull/617/head @hono/auth-js@1.0.10
github-actions[bot] 2024-07-04 14:10:52 +09:00 committed by GitHub
parent 19f3beae1a
commit f61e748dd2
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 immutable headers error in x-forwarded req

View File

@ -1,5 +1,11 @@
# @hono/auth-js # @hono/auth-js
## 1.0.10
### Patch Changes
- [#614](https://github.com/honojs/middleware/pull/614) [`19f3beae1ab33bb3257694c742d1b3e5487a187d`](https://github.com/honojs/middleware/commit/19f3beae1ab33bb3257694c742d1b3e5487a187d) Thanks [@divyam234](https://github.com/divyam234)! - fix immutable headers error in x-forwarded req
## 1.0.9 ## 1.0.9
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/auth-js", "name": "@hono/auth-js",
"version": "1.0.9", "version": "1.0.10",
"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": {