Skip to content

Commit 45e083d

Browse files
committed
Release 6.4.1
1 parent 3a57036 commit 45e083d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [6.4.1](https://github.com/yao-pkg/pkg/compare/v6.4.0...v6.4.1) (2025-04-30)
2+
3+
### Bug Fixes
4+
5+
- prefer `module.isBuiltin` when checking core modules ([3a57036](https://github.com/yao-pkg/pkg/commit/3a57036e4b31bd105b20d97b7646cd23d41c97d7))
6+
17
## [6.4.0](https://github.com/yao-pkg/pkg/compare/v6.3.2...v6.4.0) (2025-04-08)
28

39
### 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.4.0",
3+
"version": "6.4.1",
44
"description": "Package your Node.js project into an executable",
55
"main": "lib-es5/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)