Skip to content

Commit

Permalink
release: cut the v13.0.0-next.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott committed Aug 18, 2021
1 parent f71f05f commit 8a984f7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
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

0 comments on commit 8a984f7

Please sign in to comment.