Skip to content

Commit

Permalink
Release v0.13.3 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Oct 24, 2017
1 parent a5eabbf commit bafc98f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

### vNEXT

### v0.13.3

- Don't reuse options object for mutate and query ([PR #356](https://github.com/apollographql/apollo-angular/pull/356))

### v0.13.2

- Use `InjectionToken`, instead of deprecated `OpaqueToken` ([PR #358](https://github.com/apollographql/apollo-angular/pull/358))
- Expose `ClientMap`, `ClientMapWrapper`, `ClientWrapper` ([PR #360](https://github.com/apollographql/apollo-angular/pull/360))
- Allow to install the library directly from git (NPM v5+ required) ([PR #362](https://github.com/apollographql/apollo-angular/pull/362))
- Fix AoT issue in Angular 5 **(added InjectDecorator on ClientMap in Apollo)** ([PR #365](https://github.com/apollographql/apollo-angular/pull/365))
- Don't reuse options object for mutate and query ([PR #356](https://github.com/apollographql/apollo-angular/pull/356))

### v0.13.1

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

0 comments on commit bafc98f

Please sign in to comment.