Skip to content

Commit 6b70b3b

Browse files
committed
Release 6.15.0
1 parent 985fbc7 commit 6b70b3b

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [6.15.0](https://github.com/yao-pkg/pkg/compare/v6.14.2...v6.15.0) (2026-04-14)
4+
5+
### Features
6+
7+
- enhanced SEA mode with walker integration and VFS ([#229](https://github.com/yao-pkg/pkg/issues/229)) ([daf76c5](https://github.com/yao-pkg/pkg/commit/daf76c568807bfb2eeea978a28158f31e7c62eb7)), closes [#204](https://github.com/yao-pkg/pkg/issues/204) [#204](https://github.com/yao-pkg/pkg/issues/204) [#1492](https://github.com/yao-pkg/pkg/issues/1492) [#1611](https://github.com/yao-pkg/pkg/issues/1611) [nodejs/node#62726](https://github.com/nodejs/node/issues/62726) [nodejs/node#62726](https://github.com/nodejs/node/issues/62726)
8+
9+
### Bug Fixes
10+
11+
- update default release type to empty in workflow inputs ([073bc88](https://github.com/yao-pkg/pkg/commit/073bc8800470ff8426b18a50747bf920466cf2e8))
12+
13+
### Chores
14+
15+
- update Node.js version in release workflow to 22.22.1 ([985fbc7](https://github.com/yao-pkg/pkg/commit/985fbc777a939f2ea7d5249e7a7d8a5fb7d92618))
16+
17+
### Documentation
18+
19+
- update README with new npm badges and correct target node versions ([95f4f63](https://github.com/yao-pkg/pkg/commit/95f4f634cd940b2918a8f3def970ff623dac3739))
20+
321
## [6.14.2](https://github.com/yao-pkg/pkg/compare/v6.14.1...v6.14.2) (2026-04-01)
422

523
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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