From dcc5509dac7a0f8bec7f817ff9943fb59a492fc9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 May 2024 03:53:37 +0000 Subject: [PATCH] Release 3.61.2 [skip ci] ## [3.61.2](https://github.com/cnpm/cnpmcore/compare/v3.61.1...v3.61.2) (2024-05-30) ### Bug Fixes * support + wildcast ([#694](https://github.com/cnpm/cnpmcore/issues/694)) ([c8f5ee8](https://github.com/cnpm/cnpmcore/commit/c8f5ee82f14515e60cd1514f958676193f4cc056)), closes [#692](https://github.com/cnpm/cnpmcore/issues/692) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ddb2d3..ed61326f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.61.2](https://github.com/cnpm/cnpmcore/compare/v3.61.1...v3.61.2) (2024-05-30) + + +### Bug Fixes + +* support + wildcast ([#694](https://github.com/cnpm/cnpmcore/issues/694)) ([c8f5ee8](https://github.com/cnpm/cnpmcore/commit/c8f5ee82f14515e60cd1514f958676193f4cc056)), closes [#692](https://github.com/cnpm/cnpmcore/issues/692) + ## [3.61.1](https://github.com/cnpm/cnpmcore/compare/v3.61.0...v3.61.1) (2024-05-30) diff --git a/package.json b/package.json index 36b62feb..3e241b4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.61.1", + "version": "3.61.2", "description": "npm core", "files": [ "dist/**/*"