We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fed60 commit 55c70faCopy full SHA for 55c70fa
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [6.1.1](https://github.com/yao-pkg/pkg/compare/v6.1.0...v6.1.1) (2024-11-13)
2
+
3
+### Bug Fixes
4
5
+- missing `fs/promises` patches to resolve `Not found` error ([#124](https://github.com/yao-pkg/pkg/issues/124)) ([93fed60](https://github.com/yao-pkg/pkg/commit/93fed60943fef354e0cefde58b72fa48eb8ff23e))
6
7
## [6.1.0](https://github.com/yao-pkg/pkg/compare/v6.0.1...v6.1.0) (2024-11-04)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@yao-pkg/pkg",
- "version": "6.1.0",
+ "version": "6.1.1",
"description": "Package your Node.js project into an executable",
"main": "lib-es5/index.js",
"license": "MIT",
0 commit comments