diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d145c..bd23627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ + +## 3.0.1 (2016-02-02) + + +### fix + +* fix(koa): use the parsed body ([025070e](https://github.com/RisingStack/graffiti/commit/025070e)) + + + # 3.0.0 (2016-02-02) +### chore + +* chore(package): bump version to 3.0.0 ([1b38fe6](https://github.com/RisingStack/graffiti/commit/1b38fe6)) + ### docs * docs(readme): add bitHound badge ([6d2277e](https://github.com/RisingStack/graffiti/commit/6d2277e)) diff --git a/package.json b/package.json index 7e4729d..04291cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risingstack/graffiti", - "version": "3.0.0", + "version": "3.0.1", "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", "main": "lib/index.js", "scripts": {