From aba2b362910fb670aff208a45922b8e2e8c4ceeb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Feb 2025 09:34:38 +0000 Subject: [PATCH] Release 3.73.1 [skip ci] ## [3.73.1](https://github.com/cnpm/cnpmcore/compare/v3.73.0...v3.73.1) (2025-02-08) ### Bug Fixes * webauth no need to validate hostname on cli request ([#752](https://github.com/cnpm/cnpmcore/issues/752)) ([f1fc249](https://github.com/cnpm/cnpmcore/commit/f1fc2492b63bc36f69d3fefc9aeee81f9b00cd0f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5362a7bb..012e4d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.73.1](https://github.com/cnpm/cnpmcore/compare/v3.73.0...v3.73.1) (2025-02-08) + + +### Bug Fixes + +* webauth no need to validate hostname on cli request ([#752](https://github.com/cnpm/cnpmcore/issues/752)) ([f1fc249](https://github.com/cnpm/cnpmcore/commit/f1fc2492b63bc36f69d3fefc9aeee81f9b00cd0f)) + ## [3.73.0](https://github.com/cnpm/cnpmcore/compare/v3.72.1...v3.73.0) (2025-02-07) diff --git a/package.json b/package.json index fd34e112..6102fcf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.73.0", + "version": "3.73.1", "description": "Private NPM Registry for Enterprise", "files": [ "dist/**/*"