From f7d9d49b4caff365ac06933758adc85291511fc6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Feb 2024 17:18:58 +0000 Subject: [PATCH] Release 3.53.2 [skip ci] ## [3.53.2](https://github.com/cnpm/cnpmcore/compare/v3.53.1...v3.53.2) (2024-02-23) ### Bug Fixes * only set chrome-for-testing data timestamp after sync task finish ([#653](https://github.com/cnpm/cnpmcore/issues/653)) ([4bc0c9c](https://github.com/cnpm/cnpmcore/commit/4bc0c9ca59cc63a4698413f2c2c2ecb506e096fc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17267666..96243b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.53.2](https://github.com/cnpm/cnpmcore/compare/v3.53.1...v3.53.2) (2024-02-23) + + +### Bug Fixes + +* only set chrome-for-testing data timestamp after sync task finish ([#653](https://github.com/cnpm/cnpmcore/issues/653)) ([4bc0c9c](https://github.com/cnpm/cnpmcore/commit/4bc0c9ca59cc63a4698413f2c2c2ecb506e096fc)) + ## [3.53.1](https://github.com/cnpm/cnpmcore/compare/v3.53.0...v3.53.1) (2024-02-20) diff --git a/package.json b/package.json index 36e69eae..2dab7337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.53.1", + "version": "3.53.2", "description": "npm core", "files": [ "dist/**/*"