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

Commit 5f00acf

Browse files
committed
release: cut the v15.0.0-next.1 release
1 parent b4030a1 commit 5f00acf

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.0.0-next.1"></a>
2+
3+
# 15.0.0-next.1 (2022-11-03)
4+
5+
### @nguniversal/builders
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------------------------------------- |
9+
| [b7dbc25c](https://github.com/angular/universal/commit/b7dbc25c3fc7ab23c5046b07ed02fd4a7d7ca0eb) | fix | address method Promise.prototype.then called on incompatible receiver error |
10+
| [654c23c8](https://github.com/angular/universal/commit/654c23c88c05bb1350411b89b2d9dcb2f65a26ca) | fix | import `zone.js` in worker during prerendering |
11+
12+
### @nguniversal/express-engine
13+
14+
| Commit | Type | Description |
15+
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------- |
16+
| [98b508ed](https://github.com/angular/universal/commit/98b508edda4e60253047289cd9ccdb2574a632bb) | fix | replace zone.js import |
17+
18+
## Special Thanks
19+
20+
Alan Agius, Carlos Torrecillas and Doug Parker
21+
22+
<!-- CHANGELOG SPLIT MARKER -->
23+
124
<a name="14.2.1"></a>
225

326
# 14.2.1 (2022-11-03)

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

0 commit comments

Comments
 (0)