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
parent
8196e225e7
commit
8b4a6cef6c
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/stytch-auth': patch
|
||||
---
|
||||
|
||||
Add support for custom domain usage by setting the STYTCH_DOMAIN environment variable
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue