From f33dbf42fd7d3bb8a77bef28bb5c7a762c5b4e03 Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Tue, 21 Aug 2018 13:58:40 -0700 Subject: [PATCH] docs(changelog): add v6.1.3 release to main CHANGELOG.md (#25603) Fixes #25565 #25513 PR Close #25603 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fd561d5f..f17706f126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ ### Bug Fixes * **bazel:** correct type concatenated to devmode_js ([#25467](https://github.com/angular/angular/issues/25467)) ([fb2c524](https://github.com/angular/angular/commit/fb2c524)) -* **service-worker:** `Cache-Control: no-cache` on assets breaks service worker ([#25408](https://github.com/angular/angular/issues/25408)) ([01ec5fd](https://github.com/angular/angular/commit/01ec5fd)), closes [#25442](https://github.com/angular/angular/issues/25442) + + + +## [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)