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 v16.0.0-rc.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp1130 committed Apr 13, 2023
1 parent 48975ad commit b78e6b1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="16.0.0-rc.0"></a>

# 16.0.0-rc.0 (2023-04-13)

### @nguniversal/common

| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------------------------ |
| [71c2cef8](https://github.com/angular/universal/commit/71c2cef8dd8f424e5939e50d90face621d11ac5b) | fix | update TransferHttpResponse requiring body and headers |

### @nguniversal/builders

| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------ |
| [fdb08953](https://github.com/angular/universal/commit/fdb089534f1f163bf9cd9479135bb1537a4f43f4) | fix | add support to serve service workers |

### @nguniversal/express-engine

| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------- |
| [66021f10](https://github.com/angular/universal/commit/66021f102f8ee5260d3f13efe5e229c6c42aebc1) | fix | update import for template server file |

<!-- CHANGELOG SPLIT MARKER -->

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

# 16.0.0-next.0 (2023-04-05)
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": "16.0.0-next.0",
"version": "16.0.0-rc.0",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down

0 comments on commit b78e6b1

Please sign in to comment.