Skip to content

Commit b74d809

Browse files
committed
Bump 0.0.3
1 parent 6735499 commit b74d809

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## master
22

3+
## 0.0.3 (July 08, 2016)
4+
* mutationMiddleware move all args into `input!` arg, if `input` exists add only `clientMutationId` to it and leave rest args untouched.
5+
36
## 0.0.2 (July 07, 2016)
47
* realized `RootQuery.node` field
58
* mutationMiddleware for adding `clientMutationId` to input/output object types

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-compose-relay",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Plugin for `graphql-mongoose` which wraps graphql types with Relay specific logic.",
55
"files": [
66
"es",
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/nodkz/graphql-compose-relay",
2525
"dependencies": {
26-
"graphql-compose": ">=0.0.2"
26+
"graphql-compose": ">=0.0.5"
2727
},
2828
"peerDependencies": {
2929
"graphql": "^0.5.0"

0 commit comments

Comments
 (0)