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

Commit 9501fb9

Browse files
committed
release: cut the v15.1.0-rc.0 release
1 parent 01efab7 commit 9501fb9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="15.1.0-rc.0"></a>
2+
3+
# 15.1.0-rc.0 (2023-01-12)
4+
5+
### @nguniversal/builders
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------------------ |
9+
| [98d7837b](https://github.com/angular/universal/commit/98d7837bf67c047cb8358ba6394b6180453bc420) | fix | disable bundle budgets when using the dev-server |
10+
11+
## Special Thanks
12+
13+
Alan Agius, Charles Lyding, Doug Parker, Mark Pieszak and Paul Gschwendtner
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="14.2.3"></a>
218

319
# 14.2.3 (2022-11-23)

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