From 5452889aa61a9963f443302d93d8af6c4131aa10 Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Tue, 11 Dec 2018 13:31:19 -0800 Subject: [PATCH] release: cut the v7.1.3 release --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4040b6f0fa..d9c0e67ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [7.1.3](https://github.com/angular/angular/compare/7.1.2...7.1.3) (2018-12-11) + + +### Bug Fixes + +* **bazel:** tsickle dependency not working with typescript 3.1.x ([#27402](https://github.com/angular/angular/issues/27402)) ([a9f39a4](https://github.com/angular/angular/commit/a9f39a4)) + + + ## [7.1.2](https://github.com/angular/angular/compare/7.1.1...7.1.2) (2018-12-06) diff --git a/package.json b/package.json index 04ae0908c4..85fbaf71ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "7.1.2", + "version": "7.1.3", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",