From cacf5e9da3197f803d93f2f2b232e90b0db04c28 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 May 2024 01:35:17 +0000 Subject: [PATCH] Release 3.61.1 [skip ci] ## [3.61.1](https://github.com/cnpm/cnpmcore/compare/v3.61.0...v3.61.1) (2024-05-30) ### Bug Fixes * rc version should match `*` version ([#692](https://github.com/cnpm/cnpmcore/issues/692)) ([0b62238](https://github.com/cnpm/cnpmcore/commit/0b6223882e4fcba817343d5c5fc6d4ae41ce7641)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 242972fa..19ddb2d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.61.1](https://github.com/cnpm/cnpmcore/compare/v3.61.0...v3.61.1) (2024-05-30) + + +### Bug Fixes + +* rc version should match `*` version ([#692](https://github.com/cnpm/cnpmcore/issues/692)) ([0b62238](https://github.com/cnpm/cnpmcore/commit/0b6223882e4fcba817343d5c5fc6d4ae41ce7641)) + ## [3.61.0](https://github.com/cnpm/cnpmcore/compare/v3.60.0...v3.61.0) (2024-05-25) diff --git a/package.json b/package.json index a19514ff..36b62feb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.61.0", + "version": "3.61.1", "description": "npm core", "files": [ "dist/**/*"