release: cut the v7.1.3 release

This commit is contained in:
Alex Rickabaugh 2018-12-11 13:31:19 -08:00
parent 590b84fc1d
commit 5452889aa6
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="7.1.3"></a>
## [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))
<a name="7.1.2"></a> <a name="7.1.2"></a>
## [7.1.2](https://github.com/angular/angular/compare/7.1.1...7.1.2) (2018-12-06) ## [7.1.2](https://github.com/angular/angular/compare/7.1.1...7.1.2) (2018-12-06)

View File

@ -1,6 +1,6 @@
{ {
"name": "angular-srcs", "name": "angular-srcs",
"version": "7.1.2", "version": "7.1.3",
"private": true, "private": true,
"branchPattern": "2.0.*", "branchPattern": "2.0.*",
"description": "Angular - a web framework for modern web apps", "description": "Angular - a web framework for modern web apps",