Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="13.0.0-next.1"></a>

# 13.0.0-next.1 (2021-08-18)

### @angular-devkit/build-angular

| Commit | Description |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [aba54ae78](https://github.com/angular/angular-cli/commit/aba54ae783816502122ec63530a7274229c31762) | fix(@angular-devkit/build-angular): provide supported browsers to esbuild |
| [9eb599da2](https://github.com/angular/angular-cli/commit/9eb599da2b71f067e607f86266cecdb008b6a867) | fix(@angular-devkit/build-angular): handle undefined entrypoints when marking async chunks |

## Breaking Changes

### @angular-devkit/core

The deprecated JSON parser has been removed from public API. [jsonc-parser](https://www.npmjs.com/package/jsonc-parser) should be used instead.

## Special Thanks:

Alan Agius, Charles Lyding, Douglas Parker, Joey Perrott and Simon Primetzhofer

<a name="12.2.2"></a>

# 12.2.2 (2021-08-18)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
"version": "13.0.0-next.0",
"version": "13.0.0-next.1",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {
Expand Down