Version Packages (#1268)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1217/head @hono/stytch-auth@0.1.1
github-actions[bot] 2025-06-27 06:34:34 +09:00 committed by GitHub
parent 8196e225e7
commit 8b4a6cef6c
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/stytch-auth': patch
---
Add support for custom domain usage by setting the STYTCH_DOMAIN environment variable

View File

@ -1,5 +1,11 @@
# @hono/stytch-auth
## 0.1.1
### Patch Changes
- [#1267](https://github.com/honojs/middleware/pull/1267) [`8196e225e7df1f871e44e54ab287c7087efeb3e6`](https://github.com/honojs/middleware/commit/8196e225e7df1f871e44e54ab287c7087efeb3e6) Thanks [@max-stytch](https://github.com/max-stytch)! - Add support for custom domain usage by setting the STYTCH_DOMAIN environment variable
## 0.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/stytch-auth",
"version": "0.1.0",
"version": "0.1.1",
"description": "A third-party Stytch auth middleware for Hono",
"type": "module",
"main": "dist/index.cjs",