Skip to content

Commit 56e3371

Browse files
authored
Release v0.8.0 (#150)
1 parent 256cad4 commit 56e3371

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.8.0
6+
57
- Made `mutate()` and `query()` methods to return `Observable` instead of `Promise` ([PR #140](https://github.com/apollostack/angular2-apollo/pull/140))
68
- Use types of options (for `watchQuery`, `query`, `mutate`) (
79
[PR #145](https://github.com/apollostack/angular2-apollo/pull/145),

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.7.0",
3+
"version": "0.8.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)