Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigredgeek committed Mar 14, 2017
1 parent 9c6cc6f commit 6c001c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
1.0.1 / 2017-03-14
==================

* Docs: More robust documentation and inline code comments (@thebigredgeek)
* Fix: Accept returned values from resolvers and stop bubbling if return value is empty string, 0, negative number, or false (@thebigredgeek)


1.0.0 / 2017-03-13
==================

* Initial version (@thebigredgeek)
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.0.0",
"version": "1.0.1",
"description": "Expressive and composable resolvers for Apollostack's GraphQL server Edit",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 6c001c6

Please sign in to comment.