Skip to content

Commit

Permalink
Merge pull request #68 from apollostack/release-0.4.3
Browse files Browse the repository at this point in the history
chore(release): release 0.4.3
  • Loading branch information
Urigo committed Aug 16, 2016
2 parents f49b5d1 + 68f55dc commit 7fda04e
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.3

- Added `ApolloModule` (with RC5 of Angular2 comes NgModules) ([PR #63](https://github.com/apollostack/angular2-apollo/pull/63))
- Added ability to use query variables as observables. With this, the query can be automatically re-run when those obserables emit new values. ([PR #64]((https://github.com/apollostack/angular2-apollo/pull/64)))

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular2-apollo",
"version": "0.4.2",
"version": "0.4.3",
"description": "Angular 2.0 client for Apollo",
"main": "build/src/index.js",
"typings": "./build/src/index.d.ts",
Expand Down

0 comments on commit 7fda04e

Please sign in to comment.