diff --git a/.changeset/ninety-cups-grin.md b/.changeset/ninety-cups-grin.md deleted file mode 100644 index 84bc5bac..00000000 --- a/.changeset/ninety-cups-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/graphql-server': patch ---- - -fix: change peer dependency to support v4.0.0 diff --git a/packages/graphql-server/CHANGELOG.md b/packages/graphql-server/CHANGELOG.md index 47fdc28a..ef562c3b 100644 --- a/packages/graphql-server/CHANGELOG.md +++ b/packages/graphql-server/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/graphql-server +## 0.4.3 + +### Patch Changes + +- [#390](https://github.com/honojs/middleware/pull/390) [`c789dab697687249eb3d94068ae8e27f7b5a7e5d`](https://github.com/honojs/middleware/commit/c789dab697687249eb3d94068ae8e27f7b5a7e5d) Thanks [@a-skua](https://github.com/a-skua)! - fix: change peer dependency to support v4.0.0 + ## 0.4.2 ### Patch Changes diff --git a/packages/graphql-server/package.json b/packages/graphql-server/package.json index 4e2802a6..dc729ac8 100644 --- a/packages/graphql-server/package.json +++ b/packages/graphql-server/package.json @@ -1,6 +1,6 @@ { "name": "@hono/graphql-server", - "version": "0.4.2", + "version": "0.4.3", "repository": "git@github.com:honojs/middleware.git", "author": "Minghe Huang ", "main": "dist/index.js",