diff --git a/CHANGELOG.md b/CHANGELOG.md index fba9743..e7b71c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 3.1.2 (2016-09-15) + + +### chore + +* chore(package): update dependencies ([c5f2a3f](https://github.com/RisingStack/graffiti/commit/c5f2a3f)) + + + ## 3.1.1 (2016-07-26) @@ -5,6 +15,7 @@ ### chore * chore(npmignore): don't ignore src ([3a9121f](https://github.com/RisingStack/graffiti/commit/3a9121f)) +* chore(package): bump version to 3.1.1 ([ec55030](https://github.com/RisingStack/graffiti/commit/ec55030)) ### fix diff --git a/package.json b/package.json index 71a03f6..b35c931 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risingstack/graffiti", - "version": "3.1.1", + "version": "3.1.2", "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", "main": "lib/index.js", "scripts": {