Skip to content

Commit 23924ac

Browse files
Release 4.31.0
[skip ci] ## 4.31.0 (2026-04-02) * feat: skip oversized versions during sync instead of failing the entire task (#1022) ([b17983e](b17983e)), closes [#1022](#1022) * chore(deps): update codecov/codecov-action action to v6 (#1017) ([68dfba6](68dfba6)), closes [#1017](#1017) * chore(deps): update dependency oxfmt to ^0.43.0 (#1020) ([a833241](a833241)), closes [#1020](#1020) * chore(deps): update dependency oxlint-tsgolint to ^0.19.0 (#1011) ([7d1a6b9](7d1a6b9)), closes [#1011](#1011) * chore(deps): update dependency typescript to v6 (#1015) ([50b74b3](50b74b3)), closes [#1015](#1015)
1 parent b17983e commit 23924ac

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 4.31.0 (2026-04-02)
4+
5+
* feat: skip oversized versions during sync instead of failing the entire task (#1022) ([b17983e](https://github.com/cnpm/cnpmcore/commit/b17983e)), closes [#1022](https://github.com/cnpm/cnpmcore/issues/1022)
6+
* chore(deps): update codecov/codecov-action action to v6 (#1017) ([68dfba6](https://github.com/cnpm/cnpmcore/commit/68dfba6)), closes [#1017](https://github.com/cnpm/cnpmcore/issues/1017)
7+
* chore(deps): update dependency oxfmt to ^0.43.0 (#1020) ([a833241](https://github.com/cnpm/cnpmcore/commit/a833241)), closes [#1020](https://github.com/cnpm/cnpmcore/issues/1020)
8+
* chore(deps): update dependency oxlint-tsgolint to ^0.19.0 (#1011) ([7d1a6b9](https://github.com/cnpm/cnpmcore/commit/7d1a6b9)), closes [#1011](https://github.com/cnpm/cnpmcore/issues/1011)
9+
* chore(deps): update dependency typescript to v6 (#1015) ([50b74b3](https://github.com/cnpm/cnpmcore/commit/50b74b3)), closes [#1015](https://github.com/cnpm/cnpmcore/issues/1015)
10+
311
## 4.30.0 (2026-04-01)
412

513
* feat: add lark-cli binary mirror support (#1019) ([f675552](https://github.com/cnpm/cnpmcore/commit/f675552)), closes [#1019](https://github.com/cnpm/cnpmcore/issues/1019)

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.30.0",
3+
"version": "4.31.0",
44
"description": "Private NPM Registry for Enterprise",
55
"keywords": [
66
"npm",

0 commit comments

Comments
 (0)