Skip to content

Commit

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



<a name="4.3.0"></a>
# 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))
Expand Down Expand Up @@ -582,3 +604,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.3.0",
"version": "4.3.1",
"description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 3d43c04

Please sign in to comment.