Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 24f63fa

Browse files
devversionPawel Kozlowski
authored andcommitted
build: cut zone.js v0.11.7 (angular#46911)
Bumps the version for the upcoming `0.11.7` zone.js version, including the changelog. PR Close angular#46911
1 parent 10289f1 commit 24f63fa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/zone.js/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.11.7](https://github.com/angular/angular/compare/zone.js-0.11.6...zone.js-0.11.7) (2022-07-20)
2+
3+
### Bug Fixes
4+
5+
* **zone.js:** do not invoke jasmine done callback multiple times with `waitForAsync` ([4e77c7fbf38](https://github.com/angular/angular/commit/4e77c7fbf38f27741617303165068e1cb1ef6354))
6+
7+
### Features
8+
9+
* **zone.js:** add AsyncStackTaggingZoneSpec implementation ([#46693](https://github.com/angular/angular/issues/46693)) ([848a009](https://github.com/angular/angular/commit/848a00956e693ba8ab648c86cca034ed2e3c807c))
10+
* **zone.js:** include jasmine `describe` block name when raising unexpected task error ([de86285](https://github.com/angular/angular/commit/de86285f2ee1c3a78489c8c40a15fc78f75e2620))
11+
* **zone.js:** include zone name when sync-test zone reports tasks ([72c2567](https://github.com/angular/angular/commit/72c2567847c37b07e468a501a4b13edc791ae9ed))
12+
113
## [0.11.6](https://github.com/angular/angular/compare/zone.js-0.11.5...zone.js-0.11.6) (2022-06-02)
214

315
### Bug Fixes

packages/zone.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zone.js",
3-
"version": "0.11.6",
3+
"version": "0.11.7",
44
"description": "Zones for JavaScript",
55
"main": "./bundles/zone.umd.js",
66
"module": "./fesm2015/zone.js",

0 commit comments

Comments
 (0)