mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
updating the changelog and version
This commit is contained in:
parent
3d03295974
commit
a74d8c533d
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
### VNEXT
|
||||
|
||||
### v1.0.1
|
||||
* Fix Express package not calling the callback on completion ([@chemdrew](https://github.com/chemdrew)) in [#463](https://github.com/apollographql/graphql-server/pull/463)
|
||||
|
||||
### v1.0.0
|
||||
* Add package readmes for Express, Hapi, Koa, Restify ([@helfer](https://github.com/helfer)) in [#442](https://github.com/apollographql/graphql-server/pull/442)
|
||||
* Updated & fixed typescript typings ([@helfer](https://github.com/helfer)) in [#440](https://github.com/apollographql/graphql-server/pull/440)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"lerna": "2.0.0",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"changelog": {
|
||||
"repo": "apollostack/graphql-server",
|
||||
"labels": {
|
||||
|
|
Loading…
Add table
Reference in a new issue