Skip to content

Commit

Permalink
Merge pull request #65 from apollostack/release-0.4.2
Browse files Browse the repository at this point in the history
Release 0.4.2
  • Loading branch information
Urigo committed Aug 12, 2016
2 parents 352bd9e + 929d0af commit 29b8187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

### vNEXT

### v0.4.2

- Added `fetchMore` support ([PR #58](https://github.com/apollostack/angular2-apollo/pull/58))
- Exposed `ApolloQueryObservable` in the index module ([PR #54](https://github.com/apollostack/angular2-apollo/pull/54))
- Added support for getting `loading` state from ApolloQueryResult [Issue #36](https://github.com/apollostack/angular2-apollo/issues/36) ([PR #43](https://github.com/apollostack/angular2-apollo/pull/43))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular2-apollo",
"version": "0.4.1",
"version": "0.4.2",
"description": "Angular 2.0 client for Apollo",
"main": "build/src/index.js",
"typings": "./build/src/index.d.ts",
Expand Down

0 comments on commit 29b8187

Please sign in to comment.