diff --git a/CHANGELOG.md b/CHANGELOG.md index e51a63f..3df18f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,25 @@ + +# 4.2.0 (2015-11-16) + + +### docs + +* docs(hooks): pass values to the next function ([c12fa8e](https://github.com/RisingStack/graffiti-mongoose/commit/c12fa8e)) + +### feat + +* feat(hooks): support query, mutation hooks ([a822459](https://github.com/RisingStack/graffiti-mongoose/commit/a822459)) + + + # 4.1.0 (2015-11-10) +### chore + +* chore(package): bump version to 4.1.0 ([c424eca](https://github.com/RisingStack/graffiti-mongoose/commit/c424eca)) + ### feat * feat(resolve): support for custom resolve write and read middleware ([53b0a67](https://github.com/RisingStack/graffiti-mongoose/commit/53b0a67)) @@ -550,5 +568,3 @@ * 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 ec59cf3..630e9a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risingstack/graffiti-mongoose", - "version": "4.1.0", + "version": "4.2.0", "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", "main": "lib/index.js", "scripts": {