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

Commit 1ce9a6f

Browse files
committed
release: cut the v14.2.0-rc.0 release
1 parent 898a0c7 commit 1ce9a6f

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.0-rc.0"></a>
2+
3+
# 14.2.0-rc.0 (2022-09-07)
4+
5+
### @nguniversal/common
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------- |
9+
| [6dcce858](https://github.com/angular/universal/commit/6dcce858ee4dae07268f26835f27136a354d227c) | fix | handle cookies with localhost domain as path |
10+
11+
### @nguniversal/express-engine
12+
13+
| Commit | Type | Description |
14+
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------- |
15+
| [d9a13469](https://github.com/angular/universal/commit/d9a13469a039bfca94939ecac6201973990b7b96) | fix | remove default value of `appDir` option |
16+
17+
## Special Thanks
18+
19+
Alan Agius and angular-robot[bot]
20+
21+
<!-- CHANGELOG SPLIT MARKER -->
22+
123
<a name="14.2.0-next.0"></a>
224

325
# 14.2.0-next.0 (2022-08-17)

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

0 commit comments

Comments
 (0)