release: cut the zone.js-0.14.10 release (#57264)

PR Close #57264
This commit is contained in:
Jessica Janiuk 2024-08-05 12:39:49 -04:00
parent 00a6c41129
commit de99d3eb3e
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
## [0.14.10](https://github.com/angular/angular/compare/zone.js-0.14.8...zone.js-0.14.10) (2024-08-05)
### Features
* **zone.js:** Add 'flush' parameter option to fakeAsync to flush after the test ([#57137](https://github.com/angular/angular/issues/57137)) ([99d679d](https://github.com/angular/angular/commit/99d679d6061d731a04930824e92f247bb94f21e7))
## [0.14.8](https://github.com/angular/angular/compare/zone.js-0.14.7...zone.js-0.14.8) (2024-07-17)

View file

@ -1,6 +1,6 @@
{
"name": "zone.js",
"version": "0.14.8",
"version": "0.14.10",
"description": "Zones for JavaScript",
"main": "./bundles/zone.umd.js",
"module": "./fesm2015/zone.js",