Skip to content

Commit

Permalink
chore(main): release 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 27, 2024
1 parent 96ad585 commit 64e4e04
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.7.8"
".": "4.8.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/) using [Con

Since `v4.6.0`, we have switched to automated releases and this file does not need to be manually updated.

## [4.8.0](https://github.com/nwutils/nw-builder/compare/v4.7.8...v4.8.0) (2024-07-27)


### Features

* **bld:** add languageCode option for Windows ([#1175](https://github.com/nwutils/nw-builder/issues/1175)) ([96ad585](https://github.com/nwutils/nw-builder/commit/96ad585ec170416d31248ccf3503191831e802b0))


### Bug Fixes

* **bld:** pass nw manifest correctly when managedManifest is true ([#1176](https://github.com/nwutils/nw-builder/issues/1176)) ([949c4b7](https://github.com/nwutils/nw-builder/commit/949c4b70b89cc96ee98d88b910caa833eb99d385))


### Chores

* **ci:** check for valid licenses ([#1150](https://github.com/nwutils/nw-builder/issues/1150)) ([ab99731](https://github.com/nwutils/nw-builder/commit/ab997311046b1e75aee24397a3b9bb20d19c4d2f))
* **deps:** migrate from compressing to tar and archiver ([7c73903](https://github.com/nwutils/nw-builder/commit/7c73903d6c3723814df64d9241976b457cb2d149))
* **docs:** improve install/quick start ([a87f44b](https://github.com/nwutils/nw-builder/commit/a87f44b5f6e0bdc0e09569a560b10a032766da02))
* fsm -> fs.promises ([08d79bf](https://github.com/nwutils/nw-builder/commit/08d79bf07c0b590a376af4cc53a37db4d75094cf))

## [4.7.8](https://github.com/nwutils/nw-builder/compare/v4.7.7...v4.7.8) (2024-07-02)


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.7.8",
"version": "4.8.0",
"description": "Build NW.js desktop applications for MacOS, Windows and Linux.",
"keywords": [
"NW.js",
Expand Down

0 comments on commit 64e4e04

Please sign in to comment.