We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3357a30 commit 35bf630Copy full SHA for 35bf630
CHANGELOG.md
@@ -1,7 +1,8 @@
1
## master
2
3
-## 1.0.2 (July 18, 2016)
+## 1.0.3 (July 18, 2016)
4
* HotFix for connection resolver
5
+* HotFix for operators' types in `filter` helper
6
7
## 1.0.1 (July 18, 2016)
8
* Fix `peerDependencies`
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-mongoose",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
"files": [
"es",
0 commit comments