Skip to content

Commit

Permalink
release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigredgeek committed Jun 6, 2018
1 parent a7af9e8 commit 0cbe329
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

1.3.1 / 2018-06-06
==================

* Fix: Pass info param to child resolvers (#34, @happylinks)
* Fix: Export `and` and `or` operators (#29, @mringer)
* Misc: Add better types and generics to define resolvers (#33, @theGlenn)

1.3.0 / 2018-05-12
==================

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-resolvers",
"version": "1.3.0",
"version": "1.3.1",
"description": "Expressive and composable resolvers for Apollostack's GraphQL server Edit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0cbe329

Please sign in to comment.