diff --git a/.changeset/angry-points-throw.md b/.changeset/angry-points-throw.md deleted file mode 100644 index 128586f0..00000000 --- a/.changeset/angry-points-throw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/stytch-auth': patch ---- - -Add support for custom domain usage by setting the STYTCH_DOMAIN environment variable diff --git a/packages/stytch-auth/CHANGELOG.md b/packages/stytch-auth/CHANGELOG.md index 85aa55de..01805d10 100644 --- a/packages/stytch-auth/CHANGELOG.md +++ b/packages/stytch-auth/CHANGELOG.md @@ -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 diff --git a/packages/stytch-auth/package.json b/packages/stytch-auth/package.json index 58241b99..ce65d462 100644 --- a/packages/stytch-auth/package.json +++ b/packages/stytch-auth/package.json @@ -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",