Skip to content

Commit 1150d86

Browse files
v4.5.4
1 parent 673985e commit 1150d86

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
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.4] - 2024-01-23
11+
12+
### Changed
13+
14+
- Migrate from `unzipper` to `yauzl-promise` to prevent corrupting files.
15+
1016
## [4.5.3] - 2023-12-20
1117

1218
### Changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,7 @@ nwbuild({
273273

274274
### Bugs
275275

276-
- <https://github.com/nwutils/nw-builder/issues/1000>
277-
- <https://github.com/nwutils/nw-builder/issues/1002>
278-
- Add back error, info and debug logs
276+
- Add back error, info, warn and debug logs
279277

280278
### Features
281279

@@ -293,7 +291,6 @@ nwbuild({
293291
- chore(cicd): use `google-github-actions/release-please-action` to automate publishing to npm, updating changelog and creating releases
294292
- chore(test): add test cases for current features
295293
- chore(yargs): migrate to `commander`
296-
- chore(unzipper): migrate to `yauzl-promise`
297294
- chore(util): factor out nw file paths finder
298295
- chore(get): factor out https downloader
299296
- chore(get): factor out nwjs downloader

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.3",
3+
"version": "4.5.4",
44
"description": "Build NW.js desktop applications for MacOS, Windows and Linux.",
55
"keywords": [
66
"NW.js",

0 commit comments

Comments
 (0)