Skip to content

Commit eaa9ddf

Browse files
committed
Release 6.10.1
1 parent 36ea8b1 commit eaa9ddf

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.10.1](https://github.com/yao-pkg/pkg/compare/v6.10.0...v6.10.1) (2025-11-01)
2+
3+
### Bug Fixes
4+
5+
- avoid EEXIST on race condition in createDirRecursively and copyFolderRecursiveSync ([#154](https://github.com/yao-pkg/pkg/issues/154)) ([36ea8b1](https://github.com/yao-pkg/pkg/commit/36ea8b14f7ff847919d71bcc0fadbf60df81b3f2))
6+
17
## [6.10.0](https://github.com/yao-pkg/pkg/compare/v6.9.0...v6.10.0) (2025-10-29)
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.10.0",
3+
"version": "6.10.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)