From 74c202a5cdf89b3ce4e12be8b42429e266978323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Tue, 5 Feb 2019 19:39:39 -0800 Subject: [PATCH] release: cut the v7.2.4 release --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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",