Skip to content

Commit

Permalink
Merge pull request #350 from apollographql/v.13.1
Browse files Browse the repository at this point in the history
chore(release): release 0.13.1
  • Loading branch information
Urigo authored Aug 31, 2017
2 parents 9251475 + b6d4636 commit dafcf84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### vNEXT

### v0.13.1

- Update dependencies ([PR #347](https://github.com/apollographql/apollo-angular/pull/304))
- **Potential breaking change:** Run a GraphQL Operation on subscribe, applies to `mutate()` and `query()` ([PR #304](https://github.com/apollographql/apollo-angular/pull/304))

### v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-angular",
"version": "0.13.1",
"description": "Angular 2.0 client for Apollo",
"description": "Angular client for Apollo",
"main": "build/bundles/apollo.umd.js",
"module": "build/src/index.js",
"jsnext:main": "build/src/index.js",
Expand Down

0 comments on commit dafcf84

Please sign in to comment.