Skip to content

Commit 3e08540

Browse files
committed
Bump 1.0.0
1 parent 5e9aa19 commit 3e08540

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## master
2+
3+
## 1.0.0 (July 15, 2016)
4+
* add connection resolver
25
* add support for filtering with operators $gt, $gte, $lt, $lte, $ne, $in, $nin
6+
* small fixes
37

48
## 0.0.6 (July 08, 2016)
59
* rename `input` argument to `record` for mutations (due `graphql-compose-relay` compatibility).

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-compose-mongoose",
3-
"version": "0.0.6",
3+
"version": "1.0.0",
44
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
55
"files": [
66
"es",
@@ -25,8 +25,8 @@
2525
"homepage": "https://github.com/nodkz/graphql-compose-mongoose",
2626
"dependencies": {
2727
"graphql": "^0.5.0",
28-
"graphql-compose": ">=0.0.2",
29-
"graphql-compose-connection": "^0.0.1",
28+
"graphql-compose": ">=0.0.6",
29+
"graphql-compose-connection": "^1.0.0",
3030
"object-path": "^0.9.2",
3131
"mongoose": "^4.4.20"
3232
},

0 commit comments

Comments
 (0)