Skip to content

Commit

Permalink
chore(package): bump version to 5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Toth committed Mar 13, 2016
1 parent c4e2d49 commit f3f1afc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
<a name="5.0.9"></a>
## 5.0.9 (2016-03-13)


### feat

* feat(schema): use mongoose compatible plurals for model names ([9fd9680](https://github.com/RisingStack/graffiti-mongoose/commit/9fd9680))

### test

* test(e2e): add test for pagination with ordering ([c4e2d49](https://github.com/RisingStack/graffiti-mongoose/commit/c4e2d49))



<a name="5.0.8"></a>
## 5.0.8 (2016-02-15)


### chore

* chore(package): bump version to 5.0.8 ([ae061a3](https://github.com/RisingStack/graffiti-mongoose/commit/ae061a3))

### fix

* fix(query): fix orderBy argument on lists ([ef9a603](https://github.com/RisingStack/graffiti-mongoose/commit/ef9a603))
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": "@risingstack/graffiti-mongoose",
"version": "5.0.8",
"version": "5.0.9",
"description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit f3f1afc

Please sign in to comment.