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

Commit 51fbed4

Browse files
committed
release: cut the v14.1.0-next.1 release
1 parent c805d64 commit 51fbed4

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="14.1.0-next.1"></a>
2+
3+
# 14.1.0-next.1 (2022-06-23)
4+
5+
### @nguniversal/builders
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | ----------------------------------------------- |
9+
| [c1383d13](https://github.com/angular/universal/commit/c1383d1305550af3914e07415c3ef700ca33a21c) | fix | correctly handle path normalizations on Windows |
10+
11+
## Special Thanks
12+
13+
Alan Agius, Doug Parker, Paul Gschwendtner and renovate[bot]
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="14.0.2"></a>
218

319
# 14.0.2 (2022-06-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": "14.1.0-next.0",
4+
"version": "14.1.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)