From bafc98f7706ecbbe16dc9d3b79a33b52a36d70ab Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Tue, 24 Oct 2017 18:52:01 +0200 Subject: [PATCH] Release v0.13.3 (#381) --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a813a56..2ae2b2a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 03c08acb0..5f7ffeb03 100644 --- a/package.json +++ b/package.json @@ -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",