From f24972b1b1d9f03393c311a28ee19dbe9a50f5e7 Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Wed, 8 Jul 2020 13:44:29 -0700 Subject: [PATCH] release: cut the v10.0.3 release --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",