Skip to content

Commit ac029c0

Browse files
authored
Merge pull request #134 from apollostack/v0.6.0
Release v0.6.0
2 parents c2a9255 + b1d9d6a commit ac029c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### vNEXT
44

5+
### v0.6.0
6+
57
- Added support for ApolloClient `v0.5.X` ([PR #])
68
- Added `subscribeToMore` function ([PR](https://github.com/kamilkisiela/apollo-client-rxjs/pull/5))
79
- **BREAKING CHANGE** No no longer support ApolloClient `v0.4.X`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-apollo",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Angular 2.0 client for Apollo",
55
"main": "build/src/index.js",
66
"typings": "./build/src/index.d.ts",

0 commit comments

Comments
 (0)