Skip to content

Commit 3d68299

Browse files
committed
Bump 1.0.0
1 parent 7658120 commit 3d68299

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.0.0 (July 15, 2016)
4+
* update `graphql-compose` till 0.0.6
5+
* small fixes
6+
37
## 0.0.3 (July 08, 2016)
48
* mutationMiddleware move all args into `input!` arg, if `input` exists add only `clientMutationId` to it and leave rest args untouched.
59

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.3",
3+
"version": "1.0.0",
44
"description": "Plugin for `graphql-compose` 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.5"
26+
"graphql-compose": ">=0.0.6"
2727
},
2828
"peerDependencies": {
2929
"graphql": "^0.5.0"

0 commit comments

Comments
 (0)