Skip to content

Commit 05f33a9

Browse files
committed
Release 6.11.0
1 parent 6fe9259 commit 05f33a9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.11.0](https://github.com/yao-pkg/pkg/compare/v6.10.1...v6.11.0) (2025-12-11)
2+
3+
### Features
4+
5+
- add PKG_NATIVE_CACHE_PATH environment variable ([#190](https://github.com/yao-pkg/pkg/issues/190)) ([528f997](https://github.com/yao-pkg/pkg/commit/528f9974b581bf561b3ca83d0cf15bcc989035dc))
6+
- update @yao-pkg/pkg-fetch to version 3.5.31 with node 24.12.0 and 20.19.6 ([6fe9259](https://github.com/yao-pkg/pkg/commit/6fe9259f3aa26a408c7775359808013aed28f5ea))
7+
18
## [6.10.1](https://github.com/yao-pkg/pkg/compare/v6.10.0...v6.10.1) (2025-11-01)
29

310
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yao-pkg/pkg",
3-
"version": "6.10.1",
3+
"version": "6.11.0",
44
"description": "Package your Node.js project into an executable",
55
"main": "lib-es5/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)