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

Commit 53f7a3d

Browse files
committed
release: cut the v16.2.0-rc.0 release
1 parent 877bf34 commit 53f7a3d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="16.2.0-rc.0"></a>
2+
3+
# 16.2.0-rc.0 (2023-08-04)
4+
5+
| Commit | Type | Description |
6+
| ------------------------------------------------------------------------------------------------ | -------- | ---------------------- |
7+
| [192326a8](https://github.com/angular/universal/commit/ccc2f52f9be47b5fb2cddd4d3f57b9a18eb1b0ca) | refactor | build: update critters |
8+
9+
<!-- CHANGELOG SPLIT MARKER -->
10+
111
<a name="16.1.2"></a>
212

313
# 16.1.2 (2023-08-04)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nguniversal",
33
"main": "index.js",
4-
"version": "16.2.0-next.0",
4+
"version": "16.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)