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

Commit 24c93bb

Browse files
JiaLiPassionalxhub
authored andcommitted
release: cut the zone.js-0.12.0 release (angular#47895)
PR Close angular#47895
1 parent 73693be commit 24c93bb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/zone.js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.12.0](https://github.com/angular/angular/compare/zone.js-0.11.8...zone.js-0.12.0) (2022-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **zone.js:** cancel tasks only when they are scheduled or running ([#46435](https://github.com/angular/angular/issues/46435)) ([b618b5a](https://github.com/angular/angular/commit/b618b5aa86138c900055c5496967e3348a7b98fc)), closes [#45711](https://github.com/angular/angular/issues/45711)
7+
* **zone.js:** Fix ConsoleTask interface typo ([#47090](https://github.com/angular/angular/issues/47090)) ([91954cf](https://github.com/angular/angular/commit/91954cf20e17a386d71cc8ea25d1d17b9ae1e31c))
8+
9+
10+
111
## [0.11.8](https://github.com/angular/angular/compare/zone.js-0.11.7...zone.js-0.11.8) (2022-08-08)
212

313

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.8",
3+
"version": "0.12.0",
44
"description": "Zones for JavaScript",
55
"main": "./bundles/zone.umd.js",
66
"module": "./fesm2015/zone.js",

0 commit comments

Comments
 (0)