Skip to content

Commit 0cbe329

Browse files
committed
release 1.3.1
1 parent a7af9e8 commit 0cbe329

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
1.3.1 / 2018-06-06
3+
==================
4+
5+
* Fix: Pass info param to child resolvers (#34, @happylinks)
6+
* Fix: Export `and` and `or` operators (#29, @mringer)
7+
* Misc: Add better types and generics to define resolvers (#33, @theGlenn)
8+
29
1.3.0 / 2018-05-12
310
==================
411

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-resolvers",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Expressive and composable resolvers for Apollostack's GraphQL server Edit",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)