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

Commit 238ee6f

Browse files
committed
release: cut the v15.2.0-rc.0 release
1 parent d07105f commit 238ee6f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="15.2.0-rc.0"></a>
2+
3+
# 15.2.0-rc.0 (2023-02-23)
4+
5+
### @nguniversal/common
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------------- |
9+
| [78dc17db](https://github.com/angular/universal/commit/78dc17dbc9a1ae844737c029deaef10c1d77ebba) | feat | add removal notice for Clover APIs |
10+
| [93c8a38d](https://github.com/angular/universal/commit/93c8a38debbc2763d69d4557371750a0e96c1b6a) | fix | avoid invalidating cache when using a post request |
11+
12+
### @nguniversal/builders
13+
14+
| Commit | Type | Description |
15+
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------- |
16+
| [0e7dd9ac](https://github.com/angular/universal/commit/0e7dd9ac2e05c76af3828cacc7631863bff71c6c) | feat | add `--verbose` option to SSR Dev Server |
17+
18+
## Special Thanks
19+
20+
Alan Agius
21+
22+
<!-- CHANGELOG SPLIT MARKER -->
23+
124
<a name="15.1.0"></a>
225

326
# 15.1.0 (2023-01-12)

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