Skip to content

Commit 8a984f7

Browse files
committed
release: cut the v13.0.0-next.1 release
1 parent f71f05f commit 8a984f7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="13.0.0-next.1"></a>
2+
3+
# 13.0.0-next.1 (2021-08-18)
4+
5+
### @angular-devkit/build-angular
6+
7+
| Commit | Description |
8+
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
9+
| [aba54ae78](https://github.com/angular/angular-cli/commit/aba54ae783816502122ec63530a7274229c31762) | fix(@angular-devkit/build-angular): provide supported browsers to esbuild |
10+
| [9eb599da2](https://github.com/angular/angular-cli/commit/9eb599da2b71f067e607f86266cecdb008b6a867) | fix(@angular-devkit/build-angular): handle undefined entrypoints when marking async chunks |
11+
12+
## Breaking Changes
13+
14+
### @angular-devkit/core
15+
16+
The deprecated JSON parser has been removed from public API. [jsonc-parser](https://www.npmjs.com/package/jsonc-parser) should be used instead.
17+
18+
## Special Thanks:
19+
20+
Alan Agius, Charles Lyding, Douglas Parker, Joey Perrott and Simon Primetzhofer
21+
122
<a name="12.2.2"></a>
223

324
# 12.2.2 (2021-08-18)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "13.0.0-next.0",
3+
"version": "13.0.0-next.1",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)