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

Commit b78e6b1

Browse files
committed
release: cut the v16.0.0-rc.0 release
1 parent 48975ad commit b78e6b1

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="16.0.0-rc.0"></a>
2+
3+
# 16.0.0-rc.0 (2023-04-13)
4+
5+
### @nguniversal/common
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------------------------ |
9+
| [71c2cef8](https://github.com/angular/universal/commit/71c2cef8dd8f424e5939e50d90face621d11ac5b) | fix | update TransferHttpResponse requiring body and headers |
10+
11+
### @nguniversal/builders
12+
13+
| Commit | Type | Description |
14+
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------ |
15+
| [fdb08953](https://github.com/angular/universal/commit/fdb089534f1f163bf9cd9479135bb1537a4f43f4) | fix | add support to serve service workers |
16+
17+
### @nguniversal/express-engine
18+
19+
| Commit | Type | Description |
20+
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------- |
21+
| [66021f10](https://github.com/angular/universal/commit/66021f102f8ee5260d3f13efe5e229c6c42aebc1) | fix | update import for template server file |
22+
23+
<!-- CHANGELOG SPLIT MARKER -->
24+
125
<a name="16.0.0-next.0"></a>
226

327
# 16.0.0-next.0 (2023-04-05)

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": "16.0.0-next.0",
4+
"version": "16.0.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)