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

Commit ae41f57

Browse files
committed
release: cut the v14.2.3 release
1 parent ba967ba commit ae41f57

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="14.2.3"></a>
2+
3+
# 14.2.3 (2022-11-23)
4+
5+
### @nguniversal/builders
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------- |
9+
| [ba967baa](https://github.com/angular/universal/commit/ba967baa277a696983db5206cc37cb705bf7ebea) | fix | Initialize zone.js once in rendering workers |
10+
11+
### @nguniversal/express-engine
12+
13+
| Commit | Type | Description |
14+
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------- |
15+
| [7ebba3cf](https://github.com/angular/universal/commit/7ebba3cf13a716078a824acf54a51cbb75ed2864) | fix | fix formatting in generated `server.ts` |
16+
17+
## Special Thanks
18+
19+
Alan Agius
20+
21+
<!-- CHANGELOG SPLIT MARKER -->
22+
123
<a name="14.2.2"></a>
224

325
# 14.2.2 (2022-11-09)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nguniversal",
33
"main": "index.js",
4-
"version": "14.2.2",
4+
"version": "14.2.3",
55
"private": true,
66
"description": "Universal (isomorphic) JavaScript support for Angular",
77
"homepage": "https://github.com/angular/universal",

0 commit comments

Comments
 (0)