From adbe60b63051c8aa76896e23d9a411c90654f42a Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Fri, 11 Dec 2015 10:57:04 +0100 Subject: [PATCH] chore(package): bump version to 2.1.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4808fb3..95e7c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ + +# 2.1.0 (2015-12-11) + + +### chore + +* chore(package): update dependencies ([8aa2856](https://github.com/RisingStack/graffiti/commit/8aa2856)) + + + # 2.0.0 (2015-11-02) ### chore -* chore(package): bumping version to 2.0.0 ([4d217cf](https://github.com/RisingStack/graffiti/commit/4d217cf)) +* chore(package): bumping version to 2.0.0 ([33790ee](https://github.com/RisingStack/graffiti/commit/33790ee)) ### docs diff --git a/package.json b/package.json index a018b71..d7270ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risingstack/graffiti", - "version": "2.0.0", + "version": "2.1.0", "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", "main": "lib/index.js", "scripts": {