From f3f1afcfebd903adf50b837ff9de80729ff0c619 Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Sun, 13 Mar 2016 20:56:47 +0100 Subject: [PATCH] chore(package): bump version to 5.0.9 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 410e294..af7a114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,25 @@ + +## 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)) + + + ## 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)) diff --git a/package.json b/package.json index 9235e73..e1ee680 100644 --- a/package.json +++ b/package.json @@ -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": {