Skip to content

Commit 7130137

Browse files
committed
Bump v0.0.2
1 parent 42f70df commit 7130137

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 0.0.2 (July 07, 2016)
4+
* realized `RootQuery.node` field
5+
* mutationMiddleware for adding `clientMutationId` to input/output object types
6+
* added `NodeInterface` with object type resolving
7+
* add or wrap `id` field to return Relay's globally unique ID
8+
* exports `flow` annotations
9+
310
## 0.0.1 (July 04, 2016)
411
* Initial commit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-compose-relay",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Plugin for `graphql-mongoose` which wraps graphql types with Relay specific logic.",
55
"files": [
66
"es",

0 commit comments

Comments
 (0)