Skip to content

Commit c0233e6

Browse files
committed
Release 6.19.0
1 parent 81c6c88 commit c0233e6

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [6.19.0](https://github.com/yao-pkg/pkg/compare/v6.18.2...v6.19.0) (2026-04-24)
4+
5+
### Features
6+
7+
- **config:** accept CLI-only build flags in pkg config ([#263](https://github.com/yao-pkg/pkg/issues/263)) ([a8e91df](https://github.com/yao-pkg/pkg/commit/a8e91df360e731ae9b84884abc83e4715afcba4b))
8+
9+
### Bug Fixes
10+
11+
- **deps:** update [@roberts](https://github.com/roberts)\_lando/vfs to version 0.3.3 ([#266](https://github.com/yao-pkg/pkg/issues/266)) ([d155e24](https://github.com/yao-pkg/pkg/commit/d155e24a8cff2f068913d1a986440aba5cc805bb))
12+
- **detector:** stop silent dependency drops in SEA mode (ESM parse, dynamic import, decorators) ([#268](https://github.com/yao-pkg/pkg/issues/268)) ([81c6c88](https://github.com/yao-pkg/pkg/commit/81c6c88ecc87959d7a4d29a70523bf6f0d406a41))
13+
- **sea:** silence benign LIEF warnings during postject injection ([#265](https://github.com/yao-pkg/pkg/issues/265)) ([974df53](https://github.com/yao-pkg/pkg/commit/974df53420774a51ccf4d66694a7d9ea652a3119))
14+
315
## [6.18.2](https://github.com/yao-pkg/pkg/compare/v6.18.1...v6.18.2) (2026-04-22)
416

517
### 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.18.2",
3+
"version": "6.19.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)