Skip to content

Commit 6f7505b

Browse files
Release 4.25.0
[skip ci] ## 4.25.0 (2026-03-01) * feat: filter deprecated and newly published packages from search results (#984) ([434ebac](434ebac)), closes [#984](#984) [#858](#858) * test: add unit tests for ErrorUtil, PaddingSemVer, and isDuplicateKeyError (#983) ([a29a686](a29a686)), closes [#983](#983)
1 parent 434ebac commit 6f7505b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 4.25.0 (2026-03-01)
4+
5+
* feat: filter deprecated and newly published packages from search results (#984) ([434ebac](https://github.com/cnpm/cnpmcore/commit/434ebac)), closes [#984](https://github.com/cnpm/cnpmcore/issues/984) [#858](https://github.com/cnpm/cnpmcore/issues/858)
6+
* test: add unit tests for ErrorUtil, PaddingSemVer, and isDuplicateKeyError (#983) ([a29a686](https://github.com/cnpm/cnpmcore/commit/a29a686)), closes [#983](https://github.com/cnpm/cnpmcore/issues/983)
7+
38
## 4.24.0 (2026-02-28)
49

510
* feat: reduce docker image size with multi-stage build (#982) ([199aa0e](https://github.com/cnpm/cnpmcore/commit/199aa0e)), closes [#982](https://github.com/cnpm/cnpmcore/issues/982) [#887](https://github.com/cnpm/cnpmcore/issues/887)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cnpmcore",
3-
"version": "4.24.0",
3+
"version": "4.25.0",
44
"description": "Private NPM Registry for Enterprise",
55
"keywords": [
66
"npm",

0 commit comments

Comments
 (0)