build: bump up zone.js version for the release (#50680)

The zone.js release commit didn't update the zone.js version
in the package.json so this change fixes it.

PR Close #50680
This commit is contained in:
Pawel Kozlowski 2023-06-12 17:15:41 +02:00
parent 8eecc0f773
commit d773589ed2

View file

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