From 05b3b798b60e3298329b6286f72e6a82d929a5d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Feb 2025 01:28:21 +0000 Subject: [PATCH] Release 3.74.1 [skip ci] ## [3.74.1](https://github.com/cnpm/cnpmcore/compare/v3.74.0...v3.74.1) (2025-02-10) ### Bug Fixes * should return default value when env is empty string ([#758](https://github.com/cnpm/cnpmcore/issues/758)) ([e72e396](https://github.com/cnpm/cnpmcore/commit/e72e396e3c52945489a632550e216e33b3af7b5a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 185d7dfd..e02843e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.74.1](https://github.com/cnpm/cnpmcore/compare/v3.74.0...v3.74.1) (2025-02-10) + + +### Bug Fixes + +* should return default value when env is empty string ([#758](https://github.com/cnpm/cnpmcore/issues/758)) ([e72e396](https://github.com/cnpm/cnpmcore/commit/e72e396e3c52945489a632550e216e33b3af7b5a)) + ## [3.74.0](https://github.com/cnpm/cnpmcore/compare/v3.73.1...v3.74.0) (2025-02-09) diff --git a/package.json b/package.json index 5899e9ea..392e9467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.74.0", + "version": "3.74.1", "description": "Private NPM Registry for Enterprise", "files": [ "dist/**/*"