Skip to content

Commit 47ce04a

Browse files
committed
release 1.1.0
1 parent 50f2866 commit 47ce04a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

2+
1.1.0 / 2018-02-22
3+
==================
4+
5+
* Misc: Publish TypeScript declaration in package (#21, @alexstrat)
6+
* Misc: TypeScript Refactor (#15, @lakhansamani)
7+
* Docs: Update README.md to include GraphQLError import (#14, @michieldewilde)
8+
29
1.0.3 / 2017-09-07
310
==================
411

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-resolvers",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
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)