Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 74eed46

Browse files
committed
release: cut the v10.2.5 release
1 parent f630f33 commit 74eed46

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="10.2.5"></a>
2+
## 10.2.5 (2021-04-14)
3+
4+
5+
### Bug Fixes
6+
7+
* **compiler-cli:** show a more specific error for Ivy NgModules ([#41534](https://github.com/angular/angular/issues/41534)) ([#41598](https://github.com/angular/angular/issues/41598)) ([f630f33](https://github.com/angular/angular/commit/f630f33))
8+
* **core:** fix possible XSS attack in development through SSR ([#40525](https://github.com/angular/angular/issues/40525)) ([ba8da74](https://github.com/angular/angular/commit/ba8da74))
9+
10+
11+
112
<a name="10.2.4"></a>
213
## 10.2.4 (2020-12-17)
314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-srcs",
3-
"version": "10.2.4",
3+
"version": "10.2.5",
44
"private": true,
55
"description": "Angular - a web framework for modern web apps",
66
"homepage": "https://github.com/angular/angular",

0 commit comments

Comments
 (0)