Skip to content

Commit 359abd9

Browse files
Release 4.13.1
[skip ci] ## <small>4.13.1 (2025-12-06)</small> * fix: auto sync _npmUser field (#912) ([cd57073](cd57073)), closes [#912](#912) [hi#level](https://github.com/hi/issues/level) * refactor: use JSONBuilder to reduce JavaScript GC (#905) ([461c66a](461c66a)), closes [#905](#905) [hi#level](https://github.com/hi/issues/level) * chore: remove mocha overrides (#895) ([5957276](5957276)), closes [#895](#895) [hi#level](https://github.com/hi/issues/level) * chore: use oxfmt (#896) ([8d6a718](8d6a718)), closes [#896](#896) * chore(deps): update dependency oxfmt to ^0.16.0 (#902) ([f3c33ba](f3c33ba)), closes [#902](#902) * chore(deps): update dependency p-map to v7 (#868) ([e1ea970](e1ea970)), closes [#868](#868) * chore(deps): upgrade ua-parser-js to v2 (#898) ([44b80a9](44b80a9)), closes [#898](#898) [#872](#872)
1 parent cd57073 commit 359abd9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## <small>4.13.1 (2025-12-06)</small>
4+
5+
* fix: auto sync _npmUser field (#912) ([cd57073](https://github.com/cnpm/cnpmcore/commit/cd57073)), closes [#912](https://github.com/cnpm/cnpmcore/issues/912) [hi#level](https://github.com/hi/issues/level)
6+
* refactor: use JSONBuilder to reduce JavaScript GC (#905) ([461c66a](https://github.com/cnpm/cnpmcore/commit/461c66a)), closes [#905](https://github.com/cnpm/cnpmcore/issues/905) [hi#level](https://github.com/hi/issues/level)
7+
* chore: remove mocha overrides (#895) ([5957276](https://github.com/cnpm/cnpmcore/commit/5957276)), closes [#895](https://github.com/cnpm/cnpmcore/issues/895) [hi#level](https://github.com/hi/issues/level)
8+
* chore: use oxfmt (#896) ([8d6a718](https://github.com/cnpm/cnpmcore/commit/8d6a718)), closes [#896](https://github.com/cnpm/cnpmcore/issues/896)
9+
* chore(deps): update dependency oxfmt to ^0.16.0 (#902) ([f3c33ba](https://github.com/cnpm/cnpmcore/commit/f3c33ba)), closes [#902](https://github.com/cnpm/cnpmcore/issues/902)
10+
* chore(deps): update dependency p-map to v7 (#868) ([e1ea970](https://github.com/cnpm/cnpmcore/commit/e1ea970)), closes [#868](https://github.com/cnpm/cnpmcore/issues/868)
11+
* chore(deps): upgrade ua-parser-js to v2 (#898) ([44b80a9](https://github.com/cnpm/cnpmcore/commit/44b80a9)), closes [#898](https://github.com/cnpm/cnpmcore/issues/898) [#872](https://github.com/cnpm/cnpmcore/issues/872)
12+
313
## 4.13.0 (2025-11-29)
414

515
* feat: use packument to parse full manifest json (#894) ([b70a9af](https://github.com/cnpm/cnpmcore/commit/b70a9af)), closes [#894](https://github.com/cnpm/cnpmcore/issues/894) [hi#level](https://github.com/hi/issues/level)

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.13.0",
3+
"version": "4.13.1",
44
"description": "Private NPM Registry for Enterprise",
55
"files": [
66
"dist/**/*"

0 commit comments

Comments
 (0)