diff --git a/CHANGELOG.md b/CHANGELOG.md index 3478a18f..f84de2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.71.1](https://github.com/cnpm/cnpmcore/compare/v3.71.0...v3.71.1) (2024-12-09) + + +### Bug Fixes + +* ignore npm registry 404 status response on sync process ([#740](https://github.com/cnpm/cnpmcore/issues/740)) ([57226c5](https://github.com/cnpm/cnpmcore/commit/57226c57a64a978780ae4032235b4a9a216abb7f)) + ## [3.71.0](https://github.com/cnpm/cnpmcore/compare/v3.70.0...v3.71.0) (2024-11-30) diff --git a/package.json b/package.json index 07c3154a..adaa06fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.71.0", + "version": "3.71.1", "description": "Private NPM Registry for Enterprise", "files": [ "dist/**/*"