Skip to content

Commit

Permalink
chore(main): release 4.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 20, 2024
1 parent 4f388a9 commit cf47803
Show file tree
Hide file tree
Showing 4 changed files with 18 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.11.6"
".": "4.11.7"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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.11.7](https://github.com/nwutils/nw-builder/compare/v4.11.6...v4.11.7) (2024-11-20)


### Bug Fixes

* miscellaneous quality of life improvements ([#1296](https://github.com/nwutils/nw-builder/issues/1296)) ([a82c140](https://github.com/nwutils/nw-builder/commit/a82c140bd6ebd234dcfe5bb0bff668cfb18d60bc))
* **util:** validate options.* correctly ([#1298](https://github.com/nwutils/nw-builder/issues/1298)) ([3034f5c](https://github.com/nwutils/nw-builder/commit/3034f5cd4214f9b1e4ee5d459a20463eb4d0a50d))
* **util:** validate options.app.* values ([#1302](https://github.com/nwutils/nw-builder/issues/1302)) ([4f388a9](https://github.com/nwutils/nw-builder/commit/4f388a95b3ad634330290ddbc9afca9ab1cda576)), closes [#1279](https://github.com/nwutils/nw-builder/issues/1279) [#1293](https://github.com/nwutils/nw-builder/issues/1293)


### Chores

* **deps:** bump davelosert/vitest-coverage-report-action from 2.6.0 to 2.7.0 in /.github/workflows in the gha group ([#1295](https://github.com/nwutils/nw-builder/issues/1295)) ([23aaad8](https://github.com/nwutils/nw-builder/commit/23aaad85322ac5eb2a3ccb8546a43884c4d89b04))

## [4.11.6](https://github.com/nwutils/nw-builder/compare/v4.11.5...v4.11.6) (2024-11-01)


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

0 comments on commit cf47803

Please sign in to comment.