Skip to content

Commit be71fe7

Browse files
committed
Release 6.10.0
1 parent 1853549 commit be71fe7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.10.0](https://github.com/yao-pkg/pkg/compare/v6.9.0...v6.10.0) (2025-10-29)
2+
3+
### Features
4+
5+
- automatically create output directory with `--sea` option ([#182](https://github.com/yao-pkg/pkg/issues/182)) ([68b19ec](https://github.com/yao-pkg/pkg/commit/68b19ec9d9515f9a30917b2151e3abe0eb36e475))
6+
- bump fetch 3.5.30 with node 24.11.0 and 22.21.1 ([1853549](https://github.com/yao-pkg/pkg/commit/1853549741188dcc4ed0bc46b034cff92d94d44f))
7+
18
## [6.9.0](https://github.com/yao-pkg/pkg/compare/v6.8.0...v6.9.0) (2025-10-15)
29

310
### Features

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.9.0",
3+
"version": "6.10.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)