Skip to content

Commit 6c001c6

Browse files
committed
release 1.0.1
1 parent 9c6cc6f commit 6c001c6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
1.0.1 / 2017-03-14
2+
==================
3+
4+
* Docs: More robust documentation and inline code comments (@thebigredgeek)
5+
* Fix: Accept returned values from resolvers and stop bubbling if return value is empty string, 0, negative number, or false (@thebigredgeek)
6+
7+
8+
1.0.0 / 2017-03-13
9+
==================
10+
11+
* Initial version (@thebigredgeek)

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.0",
3+
"version": "1.0.1",
44
"description": "Expressive and composable resolvers for Apollostack's GraphQL server Edit",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)