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

Commit

Permalink
release: cut the v14.2.0-rc.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Sep 7, 2022
1 parent 898a0c7 commit 1ce9a6f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="14.2.0-rc.0"></a>

# 14.2.0-rc.0 (2022-09-07)

### @nguniversal/common

| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------- |
| [6dcce858](https://github.com/angular/universal/commit/6dcce858ee4dae07268f26835f27136a354d227c) | fix | handle cookies with localhost domain as path |

### @nguniversal/express-engine

| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------- |
| [d9a13469](https://github.com/angular/universal/commit/d9a13469a039bfca94939ecac6201973990b7b96) | fix | remove default value of `appDir` option |

## Special Thanks

Alan Agius and angular-robot[bot]

<!-- CHANGELOG SPLIT MARKER -->

<a name="14.2.0-next.0"></a>

# 14.2.0-next.0 (2022-08-17)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
"version": "14.2.0-next.0",
"version": "14.2.0-rc.0",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down

0 comments on commit 1ce9a6f

Please sign in to comment.