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

Commit 709a39e

Browse files
committed
release: cut the v14.2.1 release
1 parent eab35cf commit 709a39e

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.1"></a>
2+
3+
# 14.2.1 (2022-11-03)
4+
5+
### @nguniversal/builders
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------------------------------------- |
9+
| [8f47c59e](https://github.com/angular/universal/commit/8f47c59e40da9e431967a32258a41bb5b22630fb) | fix | address method Promise.prototype.then called on incompatible receiver error |
10+
11+
### @nguniversal/express-engine
12+
13+
| Commit | Type | Description |
14+
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------- |
15+
| [eab35cff](https://github.com/angular/universal/commit/eab35cffa9dc2529146c8783e58a2aae651158b4) | fix | replace zone.js import |
16+
17+
## Special Thanks
18+
19+
Alan Agius
20+
21+
<!-- CHANGELOG SPLIT MARKER -->
22+
123
<a name="14.2.0"></a>
224

325
# 14.2.0 (2022-09-07)

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.0",
4+
"version": "14.2.1",
55
"private": true,
66
"description": "Universal (isomorphic) JavaScript support for Angular",
77
"homepage": "https://github.com/angular/universal",

0 commit comments

Comments
 (0)