Skip to content

Commit

Permalink
Merge pull request #184 from apollostack/0.3.3
Browse files Browse the repository at this point in the history
0.3.3
  • Loading branch information
Sashko Stubailo authored Oct 22, 2016
2 parents 37e7de5 + fbee946 commit e93bbee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### VNEXT

* ...

### v0.3.3

* Fix passHeader option in GraphiQL (Both Hapi and Koa)
* Pass `ctx` instead of `ctx.request` to options function in Koa integration ([@HriBB](https://github.com/HriBB)) in [PR #154](https://github.com/apollostack/apollo-server/pull/154)
* Manage TypeScript declaration files using npm. ([@od1k](https:/github.com/od1k) in [#162](https://github.com/apollostack/apollo-server/pull/162))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-server",
"version": "0.3.2",
"version": "0.3.3",
"description": "Production-ready Node.js GraphQL server for Express, Hapi, Koa",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit e93bbee

Please sign in to comment.