Skip to content

Commit

Permalink
v4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Jan 23, 2024
1 parent 673985e commit 1150d86
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [4.5.4] - 2024-01-23

### Changed

- Migrate from `unzipper` to `yauzl-promise` to prevent corrupting files.

## [4.5.3] - 2023-12-20

### Changed
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,7 @@ nwbuild({

### Bugs

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

### Features

Expand All @@ -293,7 +291,6 @@ nwbuild({
- chore(cicd): use `google-github-actions/release-please-action` to automate publishing to npm, updating changelog and creating releases
- chore(test): add test cases for current features
- chore(yargs): migrate to `commander`
- chore(unzipper): migrate to `yauzl-promise`
- chore(util): factor out nw file paths finder
- chore(get): factor out https downloader
- chore(get): factor out nwjs downloader
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nw-builder",
"version": "4.5.3",
"version": "4.5.4",
"description": "Build NW.js desktop applications for MacOS, Windows and Linux.",
"keywords": [
"NW.js",
Expand Down

0 comments on commit 1150d86

Please sign in to comment.