Skip to content

Commit

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


### fix

* fix(schema): add arguments to connections based on the fields of the type ([b6f6684](https://github.com/RisingStack/graffiti-mongoose/commit/b6f6684))



<a name="4.0.2"></a>
## 4.0.2 (2015-11-05)


### chore

* chore(package): bumping version to 4.0.2 ([52eb65e](https://github.com/RisingStack/graffiti-mongoose/commit/52eb65e))
* chore(package): bumping version to 4.0.2 ([f1e1ace](https://github.com/RisingStack/graffiti-mongoose/commit/f1e1ace))

### fix

Expand Down Expand Up @@ -526,3 +536,5 @@
* 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.0.2",
"version": "4.0.3",
"description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit b36e1c3

Please sign in to comment.