Skip to content

Commit

Permalink
chore(package): bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Toth committed Nov 16, 2015
1 parent c12fa8e commit 6de5888
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
<a name="4.2.0"></a>
# 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))



<a name="4.1.0"></a>
# 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))
Expand Down Expand Up @@ -550,5 +568,3 @@
* project name changed to "graffiti-mongoose"
* query argument "id" rename to "_id"
* user resource name instead of "findOneResource"


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6de5888

Please sign in to comment.