Skip to content

Commit c9b77fa

Browse files
committed
Release 6.0.1
1 parent 4acb187 commit c9b77fa

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,3 +1,15 @@
1+
## [6.0.1](https://github.com/yao-pkg/pkg/compare/v6.0.0...v6.0.1) (2024-11-04)
2+
3+
### Bug Fixes
4+
5+
- avoid endless loop when handling symlinks ([#109](https://github.com/yao-pkg/pkg/issues/109)) by [@q0rban](https://github.com/q0rban) ([#109](https://github.com/yao-pkg/pkg/issues/109)) ([e41355c](https://github.com/yao-pkg/pkg/commit/e41355c5de3ad8a2597e61c6708cefe065d5ab0d))
6+
- deprecated `_extend` in bootstrap.js ([#118](https://github.com/yao-pkg/pkg/issues/118)) ([4acb187](https://github.com/yao-pkg/pkg/commit/4acb1879343287204957ae2f5bf4790cd83451e5))
7+
- follow exact SEA baking procedure for Mac ([#116](https://github.com/yao-pkg/pkg/issues/116)) ([d818a04](https://github.com/yao-pkg/pkg/commit/d818a043b20e55d381cc978220f1158e9059e160))
8+
9+
### Test added
10+
11+
- fix verify pkg version test ([81bd04a](https://github.com/yao-pkg/pkg/commit/81bd04ae5be7826bf695033de8e80b21c9cb7beb))
12+
113
## [6.0.0](https://github.com/yao-pkg/pkg/compare/v5.16.1...v6.0.0) (2024-10-24)
214

315
### ⚠ BREAKING CHANGES

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