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

Commit af70850

Browse files
committed
release: cut the v16.1.0 release
1 parent 1ac04cb commit af70850

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

CHANGELOG.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
1-
<a name="16.1.0-rc.0"></a>
1+
<a name="16.1.0"></a>
22

3-
# 16.1.0-rc.0 (2023-06-07)
3+
# 16.1.0 (2023-06-13)
44

55
## Deprecations
66

7-
###
8-
97
- `StateTransferInitializerModule`, `TransferHttpCacheInterceptor` and `domContentLoadedFactory` have been deprecated in favor of `provideClientHydration`. See: https://angular.io/api/platform-browser/provideClientHydration
108

11-
###
9+
### @nguniversal/common
1210

1311
| Commit | Type | Description |
1412
| ------------------------------------------------------------------------------------------------ | -------- | ----------------------------- |
1513
| [ccc2f52f](https://github.com/angular/universal/commit/ccc2f52f9be47b5fb2cddd4d3f57b9a18eb1b0ca) | refactor | deprecate transfer http cache |
1614

1715
<!-- CHANGELOG SPLIT MARKER -->
1816

19-
<a name="16.1.0-next.0"></a>
20-
21-
# 16.1.0-next.0 (2023-05-19)
22-
23-
<!-- CHANGELOG SPLIT MARKER -->
24-
2517
<a name="16.0.2"></a>
2618

2719
# 16.0.2 (2023-05-17)

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

0 commit comments

Comments
 (0)