Skip to content

Commit 00c5fe2

Browse files
committed
Bump 1.0.1
1 parent bf0a460 commit 00c5fe2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## master
22

3+
## 1.0.1 (July 18, 2016)
4+
* Fix `peerDependencies`
5+
* Update `flow` till 0.29
6+
* Other small fixes
7+
38
## 1.0.0 (July 15, 2016)
49
* add connection resolver
510
* add support for filtering with operators $gt, $gte, $lt, $lte, $ne, $in, $nin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-compose-mongoose",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
55
"files": [
66
"es",

0 commit comments

Comments
 (0)