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

Commit aafc8a8

Browse files
committed
release: cut the v16.1.3 release
1 parent d4be69b commit aafc8a8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="16.1.3"></a>
2+
3+
# 16.1.3 (2023-08-09)
4+
5+
### @nguniversal/common
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------------------- |
9+
| [d4be69b8](https://github.com/angular/universal/commit/d4be69b85c7904d828dc9c42c6b1df4cd663594c) | fix | check for server context when doing hybrid rendering |
10+
11+
<!-- CHANGELOG SPLIT MARKER -->
12+
113
<a name="16.1.2"></a>
214

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

0 commit comments

Comments
 (0)