diff --git a/CHANGELOG.md b/CHANGELOG.md index 84eaccf928..cac983dc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [7.2.10](https://github.com/angular/angular/compare/7.2.9...7.2.10) (2019-03-20) + + +### Bug Fixes + +* **compiler-cli:** incorrect metadata bundle for multiple unnamed re-exports ([#29360](https://github.com/angular/angular/issues/29360)) ([cf8d934](https://github.com/angular/angular/commit/cf8d934)), closes [/github.com/angular/material2/blob/master/tools/package-tools/build-release.ts#L78-L85](https://github.com//github.com/angular/material2/blob/master/tools/package-tools/build-release.ts/issues/L78-L85) + + + ## [7.2.9](https://github.com/angular/angular/compare/7.2.8...7.2.9) (2019-03-12) diff --git a/package.json b/package.json index b49ba782b7..b4be9ade3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "7.2.9", + "version": "7.2.10", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",