Version Packages (#1002)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1004/head @hono/cloudflare-access@0.3.0
github-actions[bot] 2025-03-05 09:51:46 +09:00 committed by GitHub
parent 69c3983d20
commit 7007f19734
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/cloudflare-access': minor
---
Add support to read JWT from Cookie

View File

@ -1,5 +1,11 @@
# @hono/cloudflare-access
## 0.3.0
### Minor Changes
- [#1001](https://github.com/honojs/middleware/pull/1001) [`69c3983d2073cbcaa45ecf8eb635bcd16dd36218`](https://github.com/honojs/middleware/commit/69c3983d2073cbcaa45ecf8eb635bcd16dd36218) Thanks [@JoaquinGimenez1](https://github.com/JoaquinGimenez1)! - Add support to read JWT from Cookie
## 0.2.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/cloudflare-access",
"version": "0.2.0",
"version": "0.3.0",
"description": "A third-party Cloudflare Access auth middleware for Hono",
"type": "module",
"module": "dist/index.js",