From 33e2c80245ba683cc9c2b8be925f22206e90cb53 Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Fri, 20 Nov 2015 14:35:46 +0100 Subject: [PATCH] chore(package): bump version to 4.3.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df18f1..646042d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ + +# 4.3.0 (2015-11-20) + + +### feat + +* feat(sort): support orderBy argument ([480ca7c](https://github.com/RisingStack/graffiti-mongoose/commit/480ca7c)) + + + # 4.2.0 (2015-11-16) +### chore + +* chore(package): bump version to 4.2.0 ([6de5888](https://github.com/RisingStack/graffiti-mongoose/commit/6de5888)) + ### docs * docs(hooks): pass values to the next function ([c12fa8e](https://github.com/RisingStack/graffiti-mongoose/commit/c12fa8e)) diff --git a/package.json b/package.json index 3c1385f..99c4b1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risingstack/graffiti-mongoose", - "version": "4.2.0", + "version": "4.3.0", "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", "main": "lib/index.js", "scripts": {