parent
e3eafbc117
commit
e2ede3bdfd
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/graphql-server': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
feat: add GraphiQL support
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/graphql-server
|
# @hono/graphql-server
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#670](https://github.com/honojs/middleware/pull/670) [`e3eafbc117103ef408f8b242784b53c9ffdb326e`](https://github.com/honojs/middleware/commit/e3eafbc117103ef408f8b242784b53c9ffdb326e) Thanks [@3w36zj6](https://github.com/3w36zj6)! - feat: add GraphiQL support
|
||||||
|
|
||||||
## 0.4.4
|
## 0.4.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/graphql-server",
|
"name": "@hono/graphql-server",
|
||||||
"version": "0.4.4",
|
"version": "0.5.0",
|
||||||
"repository": "git@github.com:honojs/middleware.git",
|
"repository": "git@github.com:honojs/middleware.git",
|
||||||
"author": "Minghe Huang <h.minghe@gmail.com>",
|
"author": "Minghe Huang <h.minghe@gmail.com>",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue