Skip to content

Commit eca804e

Browse files
committed
Release 6.17.0
1 parent fdf8046 commit eca804e

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [6.17.0](https://github.com/yao-pkg/pkg/compare/v6.16.0...v6.17.0) (2026-04-18)
4+
5+
### Features
6+
7+
- **sea:** add per-file compression to SEA archive (closes [#250](https://github.com/yao-pkg/pkg/issues/250)) ([#251](https://github.com/yao-pkg/pkg/issues/251)) ([fdf8046](https://github.com/yao-pkg/pkg/commit/fdf8046dd74bc34719845f4700c8d68afe23fe3b))
8+
9+
### Documentation
10+
11+
- add in-depth comparison vs Bun and Deno ([#249](https://github.com/yao-pkg/pkg/issues/249)) ([0cf75a8](https://github.com/yao-pkg/pkg/commit/0cf75a8dfbbf763479f1abafddb999447e554475))
12+
313
## [6.16.0](https://github.com/yao-pkg/pkg/compare/v6.15.0...v6.16.0) (2026-04-17)
414

515
### 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.16.0",
3+
"version": "6.17.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)