We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2a9255 + b1d9d6a commit ac029c0Copy full SHA for ac029c0
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
### vNEXT
4
5
+### v0.6.0
6
+
7
- Added support for ApolloClient `v0.5.X` ([PR #])
8
- Added `subscribeToMore` function ([PR](https://github.com/kamilkisiela/apollo-client-rxjs/pull/5))
9
- **BREAKING CHANGE** No no longer support ApolloClient `v0.4.X`
package.json
@@ -1,6 +1,6 @@
1
{
"name": "angular2-apollo",
- "version": "0.5.0",
+ "version": "0.6.0",
"description": "Angular 2.0 client for Apollo",
"main": "build/src/index.js",
"typings": "./build/src/index.d.ts",
0 commit comments