mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
commit
39af41c896
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
### VNEXT
|
||||
|
||||
### v0.3.2
|
||||
* Added missing exports for hapi integration ([@nnance](https://github.com/nnance)) in [PR #152](https://github.com/apollostack/apollo-server/pull/152)
|
||||
|
||||
### v0.3.1
|
||||
* Fixed dependency issue with boom package that affected the hapi integration. ([@sammkj](https://github.com/sammkj) in [#150](https://github.com/apollostack/apollo-server/pull/150))
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "apollo-server",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Production-ready Node.js GraphQL server for Express, Hapi, Koa",
|
||||
"main": "dist/index.js",
|
||||
"directories": {
|
||||
|
|
Loading…
Add table
Reference in a new issue