parent
ca1a2103a7
commit
84c7d4d02b
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/graphql-server': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
feat: bump up Hono to version 3.0.0
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/graphql-server
|
# @hono/graphql-server
|
||||||
|
|
||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#53](https://github.com/honojs/middleware/pull/53) [`ca1a210`](https://github.com/honojs/middleware/commit/ca1a2103a7b2692d05e29c67f891a9a147240efb) Thanks [@lrazovic](https://github.com/lrazovic)! - feat: bump up Hono to version 3.0.0
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/graphql-server",
|
"name": "@hono/graphql-server",
|
||||||
"version": "0.3.0",
|
"version": "0.4.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