8000 release: cut the v10.2.4 release · angular/angular@4a11226 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a11226

Browse files
committed
release: cut the v10.2.4 release
1 parent 90570c0 commit 4a11226

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.4"></a>
2+
## 10.2.4 (2020-12-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **core:** fix possible XSS attack in development through SSR. ([#40152](https://github.com/angular/angular/issues/40152)) ([0b8e3d5](https://github.com/angular/angular/commit/0b8e3d5))
8+
* **core:** set `ngDevMode` to `false` when calling `enableProdMode()` ([#40160](https://github.com/angular/angular/issues/40160)) ([90570c0](https://github.com/angular/angular/commit/90570c0))
9+
10+
11+
112
<a name="10.2.3"></a>
213
## 10.2.3 (2020-11-09)
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.3",
3+
"version": "10.2.4",
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)
0