From d06b6de409609edce1af0acabb9586da1eda128a Mon Sep 17 00:00:00 2001 From: atscott Date: Thu, 27 Feb 2020 13:42:19 -0800 Subject: [PATCH] release: cut the v9.0.4 release --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e083891732..ecd2ba1db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [9.0.4](https://github.com/angular/angular/compare/9.0.3...9.0.4) (2020-02-27) + + +### Bug Fixes + +* **ngcc:** allow deep-import warnings to be ignored ([#35683](https://github.com/angular/angular/issues/35683)) ([9064f4e](https://github.com/angular/angular/commit/9064f4e)), closes [#35615](https://github.com/angular/angular/issues/35615) +* **ngcc:** handle mappings outside the content when flattening source-maps ([#35718](https://github.com/angular/angular/issues/35718)) ([bfe7657](https://github.com/angular/angular/commit/bfe7657)), closes [#35709](https://github.com/angular/angular/issues/35709) +* **ngcc:** handle missing sources when flattening source-maps ([#35718](https://github.com/angular/angular/issues/35718)) ([7ff845b](https://github.com/angular/angular/commit/7ff845b)), closes [#35709](https://github.com/angular/angular/issues/35709) + + + ## [9.0.3](https://github.com/angular/angular/compare/9.0.2...9.0.3) (2020-02-27) diff --git a/package.json b/package.json index a30ba5a984..10e012188a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "9.0.3", + "version": "9.0.4", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",