Skip to content

Commit

Permalink
Release 3.71.1
Browse files Browse the repository at this point in the history
[skip ci]

## [3.71.1](v3.71.0...v3.71.1) (2024-12-09)

### Bug Fixes

* ignore npm registry 404 status response on sync process ([#740](#740)) ([57226c5](57226c5))
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent 57226c5 commit feba680
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cnpmcore",
"version": "3.71.0",
"version": "3.71.1",
"description": "Private NPM Registry for Enterprise",
"files": [
"dist/**/*"
Expand Down

0 comments on commit feba680

Please sign in to comment.