Skip to content

Commit 3869742

Browse files
Release 3.74.0
[skip ci] ## [3.74.0](v3.73.1...v3.74.0) (2025-02-09) ### Features * allow to set sourceRegistry by CNPMCORE_CONFIG_SOURCE_REGISTRY ([#753](#753)) ([9f4f1f1](9f4f1f1))
1 parent 9f4f1f1 commit 3869742

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.74.0](https://github.com/cnpm/cnpmcore/compare/v3.73.1...v3.74.0) (2025-02-09)
4+
5+
6+
### Features
7+
8+
* allow to set sourceRegistry by CNPMCORE_CONFIG_SOURCE_REGISTRY ([#753](https://github.com/cnpm/cnpmcore/issues/753)) ([9f4f1f1](https://github.com/cnpm/cnpmcore/commit/9f4f1f1e28f001bc575dc85fc56058d2126a14e6))
9+
310
## [3.73.1](https://github.com/cnpm/cnpmcore/compare/v3.73.0...v3.73.1) (2025-02-08)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cnpmcore",
3-
"version": "3.73.1",
3+
"version": "3.74.0",
44
"description": "Private NPM Registry for Enterprise",
55
"files": [
66
"dist/**/*"

0 commit comments

Comments
 (0)