Version Packages (#902)

pull/818/merge @hono/cloudflare-access@0.2.0
github-actions[bot] 2024-12-23 11:24:35 +09:00 committed by GitHub
parent b71d817f71
commit c9d96ee6c2
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
---
Handle Access organization does not exist and Access not available cases

View File

@ -1,5 +1,11 @@
# @hono/cloudflare-access
## 0.2.0
### Minor Changes
- [#898](https://github.com/honojs/middleware/pull/898) [`b71d817f7108393e07969ab814c26ec8eef759c0`](https://github.com/honojs/middleware/commit/b71d817f7108393e07969ab814c26ec8eef759c0) Thanks [@G4brym](https://github.com/G4brym)! - Handle Access organization does not exist and Access not available cases
## 0.1.0
### Minor Changes

View File

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