Skip to content

Commit

Permalink
Bump 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jul 18, 2016
1 parent bf0a460 commit 00c5fe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## master

## 1.0.1 (July 18, 2016)
* Fix `peerDependencies`
* Update `flow` till 0.29
* Other small fixes

## 1.0.0 (July 15, 2016)
* add connection resolver
* add support for filtering with operators $gt, $gte, $lt, $lte, $ne, $in, $nin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-mongoose",
"version": "1.0.0",
"version": "1.0.1",
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
"files": [
"es",
Expand Down

0 comments on commit 00c5fe2

Please sign in to comment.