release: cut the v6.1.3 release

This commit is contained in:
Ben Lesh 2018-08-15 14:28:58 -07:00
parent 1319ff4376
commit ea83445149
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="6.1.3"></a>
## [6.1.3](https://github.com/angular/angular/compare/6.1.2...6.1.3) (2018-08-15)
### Bug Fixes
* **service-worker:** `Cache-Control: no-cache` on assets breaks service worker ([#25408](https://github.com/angular/angular/issues/25408)) ([1319ff4](https://github.com/angular/angular/commit/1319ff4)), closes [#25442](https://github.com/angular/angular/issues/25442)
<a name="6.1.2"></a>
## [6.1.2](https://github.com/angular/angular/compare/6.1.1...6.1.2) (2018-08-08)

View File

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