From ae061a361593b0c3fe70a29371e0e471babba601 Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Mon, 15 Feb 2016 09:31:56 +0100 Subject: [PATCH] chore(package): bump version to 5.0.8 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b98379..410e294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ + +## 5.0.8 (2016-02-15) + + +### fix + +* fix(query): fix orderBy argument on lists ([ef9a603](https://github.com/RisingStack/graffiti-mongoose/commit/ef9a603)) + + + ## 5.0.7 (2016-02-11) ### chore +* chore(package): bump version to 5.0.7 ([9054e96](https://github.com/RisingStack/graffiti-mongoose/commit/9054e96)) * chore(package): update dependencies ([7600d6b](https://github.com/RisingStack/graffiti-mongoose/commit/7600d6b)) ### refactor diff --git a/package.json b/package.json index 54c2e55..9235e73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risingstack/graffiti-mongoose", - "version": "5.0.7", + "version": "5.0.8", "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", "main": "lib/index.js", "scripts": {