Skip to content

Commit 8fe36e6

Browse files
committed
Release 6.3.1
1 parent d2d38f9 commit 8fe36e6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [6.3.1](https://github.com/yao-pkg/pkg/compare/v6.3.0...v6.3.1) (2025-02-18)
2+
3+
### Bug Fixes
4+
5+
- correct promisification of fs.statfs in bootstrap.js ([6e150e9](https://github.com/yao-pkg/pkg/commit/6e150e95141c4ca55229087e2d6e2638e141458c))
6+
- upgrade tinyglobby ([#121](https://github.com/yao-pkg/pkg/issues/121)) ([d2d38f9](https://github.com/yao-pkg/pkg/commit/d2d38f92449a9698226df3fb498d2367921827de))
7+
8+
### Chores
9+
10+
- update GitHub Actions to use checkout@v4 and setup-node@v4 ([e1f8f41](https://github.com/yao-pkg/pkg/commit/e1f8f41913bc80c627709c0d68c8d268c5032f13))
11+
112
## [6.3.0](https://github.com/yao-pkg/pkg/compare/v6.2.0...v6.3.0) (2025-01-30)
213

314
### 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.3.0",
3+
"version": "6.3.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)