Skip to content

Commit 6495f81

Browse files
chore: release 4.5.3
1 parent 735d228 commit 6495f81

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [4.5.3] - 2023-12-20
11+
12+
### Changed
13+
14+
- Wrap `unzipper` call inside Promise to prevent race condition.
15+
1016
## [4.5.2] - 2023-12-19
1117

1218
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nw-builder",
3-
"version": "4.5.2",
3+
"version": "4.5.3",
44
"description": "Build NW.js desktop applications for MacOS, Windows and Linux.",
55
"keywords": [
66
"NW.js",

0 commit comments

Comments
 (0)