Merge pull request #153 from apollostack/0.3.2

0.3.2
This commit is contained in:
Jonas Helfer 2016-09-20 12:54:58 -07:00 committed by GitHub
commit 39af41c896
2 changed files with 4 additions and 1 deletions

View file

@ -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))

View file

@ -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": {