diff --git a/CHANGELOG.md b/CHANGELOG.md index a2250e581d..34ce5e2afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [6.1.2](https://github.com/angular/angular/compare/6.1.1...6.1.2) (2018-08-08) + + +### Bug Fixes + +* **router:** take base uri into account in `setUpLocationSync()` ([#20244](https://github.com/angular/angular/issues/20244)) ([ae9b4e6](https://github.com/angular/angular/commit/ae9b4e6)), closes [#20061](https://github.com/angular/angular/issues/20061) +* add mappings for ngfactory & ngsummary files to their module names in aot summary resolver ([#25335](https://github.com/angular/angular/issues/25335)) ([054fbbe](https://github.com/angular/angular/commit/054fbbe)) + + + ## [6.1.1](https://github.com/angular/angular/compare/6.1.0...6.1.1) (2018-08-02) diff --git a/package.json b/package.json index 77c2b42432..17513f24cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "6.1.1", + "version": "6.1.2", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",