diff --git a/CHANGELOG.md b/CHANGELOG.md index f4816f0d45..bd4c349c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 10.0.3 (2020-07-08) + + +### Bug Fixes + +* **core:** handle spaces after `select` and `plural` ICU keywords ([#37866](https://github.com/angular/angular/issues/37866)) ([790bb94](https://github.com/angular/angular/commit/790bb94)) + + + ## [10.0.2](https://github.com/angular/angular/compare/10.0.1...10.0.2) (2020-06-30) diff --git a/package.json b/package.json index b3ea717435..fed67db3bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "10.0.2", + "version": "10.0.3", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",