diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ed8d4..0820d51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# 2.0.0 (2015-09-29) + + +### fix + +* fix(package): require graphql to be installed alongside graffiti ([71e2c85](https://github.com/RisingStack/graffiti-mongoose/commit/71e2c85)) + + +### BREAKING CHANGE + +* move graphql to peerDependencies + + ## 1.6.3 (2015-09-23) diff --git a/package.json b/package.json index eb8b3f5..04ed060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risingstack/graffiti-mongoose", - "version": "1.6.3", + "version": "2.0.0", "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", "main": "lib/index.js", "scripts": {