From 4012f584ba12377ccfd773b5caf66ea33ebd38df Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Dec 2024 06:43:23 +0000 Subject: [PATCH] Release 3.71.3 [skip ci] ## [3.71.3](https://github.com/cnpm/cnpmcore/compare/v3.71.2...v3.71.3) (2024-12-23) ### Bug Fixes * incorrect request headers in proxy mode and deleted unparsable cached data ([#719](https://github.com/cnpm/cnpmcore/issues/719)) ([2780c53](https://github.com/cnpm/cnpmcore/commit/2780c532e113ed801fb5ae6f20bdca0a4bf10130)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a820db6..fc1fbd94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.71.3](https://github.com/cnpm/cnpmcore/compare/v3.71.2...v3.71.3) (2024-12-23) + + +### Bug Fixes + +* incorrect request headers in proxy mode and deleted unparsable cached data ([#719](https://github.com/cnpm/cnpmcore/issues/719)) ([2780c53](https://github.com/cnpm/cnpmcore/commit/2780c532e113ed801fb5ae6f20bdca0a4bf10130)) + ## [3.71.2](https://github.com/cnpm/cnpmcore/compare/v3.71.1...v3.71.2) (2024-12-18) diff --git a/package.json b/package.json index 2f4edb83..9187ef98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.71.2", + "version": "3.71.3", "description": "Private NPM Registry for Enterprise", "files": [ "dist/**/*"