diff --git a/CHANGELOG.md b/CHANGELOG.md index 646042d..ac654ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,29 @@ + +## 4.3.1 (2015-12-03) + + +### chore + +* chore(package): update dependencies ([63d8263](https://github.com/RisingStack/graffiti-mongoose/commit/63d8263)) + +### fix + +* fix(hooks): add arguments to post hooks too ([d083b76](https://github.com/RisingStack/graffiti-mongoose/commit/d083b76)) + +### refactor + +* refactor(package): cleanup code ([db24cf4](https://github.com/RisingStack/graffiti-mongoose/commit/db24cf4)) + + + # 4.3.0 (2015-11-20) +### chore + +* chore(package): bump version to 4.3.0 ([33e2c80](https://github.com/RisingStack/graffiti-mongoose/commit/33e2c80)) + ### feat * feat(sort): support orderBy argument ([480ca7c](https://github.com/RisingStack/graffiti-mongoose/commit/480ca7c)) @@ -582,3 +604,5 @@ * project name changed to "graffiti-mongoose" * query argument "id" rename to "_id" * user resource name instead of "findOneResource" + + diff --git a/package.json b/package.json index f23ccf6..269dd42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risingstack/graffiti-mongoose", - "version": "4.3.0", + "version": "4.3.1", "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", "main": "lib/index.js", "scripts": {