diff --git a/CHANGELOG.md b/CHANGELOG.md index 467cfce3c6..b4b47b11ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## [7.2.4](https://github.com/angular/angular/compare/7.2.3...7.2.4) (2019-02-06) + + +### Bug Fixes + +* **bazel:** Bazel builder resolves with require.resolve() ([#28478](https://github.com/angular/angular/issues/28478)) ([d85d396](https://github.com/angular/angular/commit/d85d396)) +* **bazel:** fix integration test for bazel-schematics ([#28460](https://github.com/angular/angular/issues/28460)) ([449da8c](https://github.com/angular/angular/commit/449da8c)) + + +### Performance Improvements + +* pngcrush all pngs ([#28479](https://github.com/angular/angular/issues/28479)) ([1a25144](https://github.com/angular/angular/commit/1a25144)), closes [#18243](https://github.com/angular/angular/issues/18243) + + + ## [7.2.3](https://github.com/angular/angular/compare/7.2.2...7.2.3) (2019-01-30) diff --git a/package.json b/package.json index 5b7cd98ae8..a4b7ea7f5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "7.2.3", + "version": "7.2.4", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",