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

Commit 53b17a6

Browse files
committed
release: cut the v14.1.0 release
1 parent 26f2aa5 commit 53b17a6

File tree

2 files changed

+7
-49
lines changed

2 files changed

+7
-49
lines changed

CHANGELOG.md

Lines changed: 6 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
1-
<a name="14.1.0-rc.0"></a>
1+
<a name="14.1.0"></a>
22

3-
# 14.1.0-rc.0 (2022-07-20)
4-
5-
## Special Thanks
6-
7-
Alan Agius
8-
9-
<!-- CHANGELOG SPLIT MARKER -->
10-
11-
<a name="14.1.0-next.2"></a>
12-
13-
# 14.1.0-next.2 (2022-07-06)
3+
# 14.1.0 (2022-08-17)
144

155
### @nguniversal/common
166

17-
| Commit | Type | Description |
18-
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------- |
19-
| [1815b10f](https://github.com/angular/universal/commit/1815b10feba34a5dcb1d12567c9d4b4d774e45ee) | fix | handle `ngDevMode` correctly |
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------------------------------------- |
9+
| [26f2aa57](https://github.com/angular/universal/commit/26f2aa576b7a0be25aebf8f8f9f75fb57c23be28) | feat | add support for `blob` and `arraybuffer` in TransferHttpCacheModule |
2010

2111
## Special Thanks
2212

23-
Alan Agius, Angular Robot, Paul Gschwendtner, arturovt and renovate[bot]
13+
Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and renovate[bot]
2414

2515
<!-- CHANGELOG SPLIT MARKER -->
2616

@@ -40,22 +30,6 @@ Alan Agius, Paul Gschwendtner and arturovt
4030

4131
<!-- CHANGELOG SPLIT MARKER -->
4232

43-
<a name="14.1.0-next.1"></a>
44-
45-
# 14.1.0-next.1 (2022-06-23)
46-
47-
### @nguniversal/builders
48-
49-
| Commit | Type | Description |
50-
| ------------------------------------------------------------------------------------------------ | ---- | ----------------------------------------------- |
51-
| [c1383d13](https://github.com/angular/universal/commit/c1383d1305550af3914e07415c3ef700ca33a21c) | fix | correctly handle path normalizations on Windows |
52-
53-
## Special Thanks
54-
55-
Alan Agius, Doug Parker, Paul Gschwendtner and renovate[bot]
56-
57-
<!-- CHANGELOG SPLIT MARKER -->
58-
5933
<a name="14.0.2"></a>
6034

6135
# 14.0.2 (2022-06-23)
@@ -72,22 +46,6 @@ Alan Agius and Paul Gschwendtner
7246

7347
<!-- CHANGELOG SPLIT MARKER -->
7448

75-
<a name="14.1.0-next.0"></a>
76-
77-
# 14.1.0-next.0 (2022-06-15)
78-
79-
### @nguniversal/common
80-
81-
| Commit | Type | Description |
82-
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------- |
83-
| [baff49b3](https://github.com/angular/universal/commit/baff49b353111e1f183b023ad94643fc4cb7bbf2) | fix | correctly handle headers for jsdom in Clover |
84-
85-
## Special Thanks
86-
87-
Alan Agius and hiepxanh
88-
89-
<!-- CHANGELOG SPLIT MARKER -->
90-
9149
<a name="14.0.1"></a>
9250

9351
# 14.0.1 (2022-06-15)

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

0 commit comments

Comments
 (0)