diff --git a/CHANGELOG.md b/CHANGELOG.md index ef15364f3c..32511636eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +## [7.2.2](https://github.com/angular/angular/compare/7.2.1...7.2.2) (2019-01-22) + + +### Bug Fixes + +* **bazel:** Fix integration test after v8 bump ([#28194](https://github.com/angular/angular/issues/28194)) ([7b772e9](https://github.com/angular/angular/commit/7b772e9)), closes [#28142](https://github.com/angular/angular/issues/28142) +* **router:** `skipLocationChange` with named outlets ([#28301](https://github.com/angular/angular/issues/28301)) ([32737a6](https://github.com/angular/angular/commit/32737a6)), closes [#27680](https://github.com/angular/angular/issues/27680) [#28200](https://github.com/angular/angular/issues/28200) + + +### Features + +* **bazel:** Add support for SASS ([#28167](https://github.com/angular/angular/issues/28167)) ([a4d9192](https://github.com/angular/angular/commit/a4d9192)) +* **compiler-cli:** resolve generated Sass/Less files to .css inputs ([#28166](https://github.com/angular/angular/issues/28166)) ([4c00059](https://github.com/angular/angular/commit/4c00059)) + + + ## [7.2.1](https://github.com/angular/angular/compare/7.2.0...7.2.1) (2019-01-16) diff --git a/package.json b/package.json index 357516db20..59f9def3c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "7.2.1", + "version": "7.2.2", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",