Skip to content

Commit

Permalink
chore(package): bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Toth committed Nov 10, 2015
1 parent 53b0a67 commit c424eca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
<a name="4.1.0"></a>
# 4.1.0 (2015-11-10)


### feat

* feat(resolve): support for custom resolve write and read middleware ([53b0a67](https://github.com/RisingStack/graffiti-mongoose/commit/53b0a67))



<a name="4.0.3"></a>
## 4.0.3 (2015-11-09)


### chore

* chore(package): bump version to 4.0.3 ([b36e1c3](https://github.com/RisingStack/graffiti-mongoose/commit/b36e1c3))

### fix

* fix(schema): add arguments to connections based on the fields of the type ([b6f6684](https://github.com/RisingStack/graffiti-mongoose/commit/b6f6684))
Expand Down
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.0.3",
"version": "4.1.0",
"description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c424eca

Please sign in to comment.