From 1b38fe61f2ed8b8b95355caece05986a825f71cc Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Tue, 2 Feb 2016 10:34:12 +0100 Subject: [PATCH] chore(package): bump version to 3.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d416f4..f9d145c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,28 @@ + +# 3.0.0 (2016-02-02) + + +### docs + +* docs(readme): add bitHound badge ([6d2277e](https://github.com/RisingStack/graffiti/commit/6d2277e)) + +### feat + +* feat(package): don't include body parsers in the middleware ([57f39e6](https://github.com/RisingStack/graffiti/commit/57f39e6)) + +### style + +* style(example): lint examples ([1cf46c5](https://github.com/RisingStack/graffiti/commit/1cf46c5)) + + + ## 2.1.3 (2016-01-18) ### chore +* chore(package): bump version to 2.1.3 ([5a0c2b0](https://github.com/RisingStack/graffiti/commit/5a0c2b0)) * chore(package): update dependencies ([284d9e8](https://github.com/RisingStack/graffiti/commit/284d9e8)) * chore(package): update dependencies ([c452618](https://github.com/RisingStack/graffiti/commit/c452618)) diff --git a/package.json b/package.json index 72b8cb5..7e4729d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risingstack/graffiti", - "version": "2.1.3", + "version": "3.0.0", "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", "main": "lib/index.js", "scripts": {