diff --git a/CHANGELOG.md b/CHANGELOG.md index 6201381a..893d2b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.11.3](https://github.com/yao-pkg/pkg/compare/v5.11.2...v5.11.3) (2024-02-12) + +### Bug Fixes + +- node18.19 broken binaries ([2e99185](https://github.com/yao-pkg/pkg/commit/2e99185317bbd6278fadeb9cca4741303c6fbfe0)), closes [#28](https://github.com/yao-pkg/pkg/issues/28) + ## [5.11.2](https://github.com/yao-pkg/pkg/compare/v5.11.1...v5.11.2) (2024-02-06) ### Features diff --git a/package.json b/package.json index 8b966cb0..5704916d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yao-pkg/pkg", - "version": "5.11.2", + "version": "5.11.3", "description": "Package your Node.js project into an executable", "main": "lib-es5/index.js", "license": "MIT",