release: cut the v10.0.8 release

This commit is contained in:
Alex Rickabaugh 2020-08-04 15:51:57 -07:00
parent a91dd2e42a
commit 2ab8e88924
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
<a name="10.0.8"></a>
## 10.0.8 (2020-08-04)
### Bug Fixes
* **compiler:** add PURE annotation to getInheritedFactory calls ([#38291](https://github.com/angular/angular/issues/38291)) ([03d8e31](https://github.com/angular/angular/commit/03d8e31))
* **compiler:** update unparsable character reference entity error messages ([#38319](https://github.com/angular/angular/issues/38319)) ([cea4678](https://github.com/angular/angular/commit/cea4678)), closes [#26067](https://github.com/angular/angular/issues/26067)
<a name="10.0.7"></a>
## 10.0.7 (2020-07-30)

View File

@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "10.0.7",
"version": "10.0.8",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",