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

Commit adac2fa

Browse files
committed
release: cut the v15.0.0-rc.1 release
1 parent 6d5500d commit adac2fa

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.0.0-rc.1"></a>
2+
3+
# 15.0.0-rc.1 (2022-11-15)
4+
5+
### @nguniversal/express-engine
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------- |
9+
| [6d5500d7](https://github.com/angular/universal/commit/6d5500d72d6738b1f6e282d494becbbc972c8e6e) | fix | fix formatting in generated `server.ts` |
10+
11+
## Special Thanks
12+
13+
Alan Agius
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="15.0.0-rc.0"></a>
218

319
# 15.0.0-rc.0 (2022-11-09)

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

0 commit comments

Comments
 (0)