diff --git a/CHANGELOG.md b/CHANGELOG.md index 70353d577..9818e7a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [4.5.3] - 2023-12-20 + +### Changed + +- Wrap `unzipper` call inside Promise to prevent race condition. + ## [4.5.2] - 2023-12-19 ### Changed diff --git a/package-lock.json b/package-lock.json index 5290c9533..5d5019a5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.5.2", + "version": "4.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { "cli-progress": "^3.12.0", diff --git a/package.json b/package.json index f768cd993..a93ad07fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "4.5.2", + "version": "4.5.3", "description": "Build NW.js desktop applications for MacOS, Windows and Linux.", "keywords": [ "NW.js",