diff --git a/.changeset/poor-cars-film.md b/.changeset/poor-cars-film.md deleted file mode 100644 index 5a9416d0..00000000 --- a/.changeset/poor-cars-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/firebase-auth': patch ---- - -fix: export esm diff --git a/packages/firebase-auth/CHANGELOG.md b/packages/firebase-auth/CHANGELOG.md index 5a58877b..c8d8c77e 100644 --- a/packages/firebase-auth/CHANGELOG.md +++ b/packages/firebase-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/firebase-auth +## 1.3.4 + +### Patch Changes + +- [#337](https://github.com/honojs/middleware/pull/337) [`75841d6b485a7b1e237be55d5ceb16500119afda`](https://github.com/honojs/middleware/commit/75841d6b485a7b1e237be55d5ceb16500119afda) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: export esm + ## 1.3.3 ### Patch Changes diff --git a/packages/firebase-auth/package.json b/packages/firebase-auth/package.json index 74053b52..e7679176 100644 --- a/packages/firebase-auth/package.json +++ b/packages/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/firebase-auth", - "version": "1.3.3", + "version": "1.3.4", "description": "A third-party firebase auth middleware for Hono", "type": "module", "main": "dist/index.cjs",