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

Commit

Permalink
release: cut the v15.0.0-next.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp1130 committed Nov 3, 2022
1 parent b4030a1 commit 5f00acf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<a name="15.0.0-next.1"></a>

# 15.0.0-next.1 (2022-11-03)

### @nguniversal/builders

| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------------------------------------- |
| [b7dbc25c](https://github.com/angular/universal/commit/b7dbc25c3fc7ab23c5046b07ed02fd4a7d7ca0eb) | fix | address method Promise.prototype.then called on incompatible receiver error |
| [654c23c8](https://github.com/angular/universal/commit/654c23c88c05bb1350411b89b2d9dcb2f65a26ca) | fix | import `zone.js` in worker during prerendering |

### @nguniversal/express-engine

| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------- |
| [98b508ed](https://github.com/angular/universal/commit/98b508edda4e60253047289cd9ccdb2574a632bb) | fix | replace zone.js import |

## Special Thanks

Alan Agius, Carlos Torrecillas and Doug Parker

<!-- CHANGELOG SPLIT MARKER -->

<a name="14.2.1"></a>

# 14.2.1 (2022-11-03)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
"version": "15.0.0-next.0",
"version": "15.0.0-next.1",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down

0 comments on commit 5f00acf

Please sign in to comment.