We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbccf2f commit 58af81cCopy full SHA for 58af81c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## master
2
3
+## 0.0.5 (July 07, 2016)
4
+* refactor Resolvers due changes in graphql-compose api
5
+* exports flow annotations
6
+
7
## 0.0.3 (July 01, 2016)
8
* First beta version
9
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-mongoose",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
"files": [
"es",
0 commit comments