Skip to content

Commit

Permalink
chore(main): release 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 20, 2024
1 parent eea3f69 commit 2dd2406
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.10.0"
".": "4.11.0"
}
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.0](https://github.com/nwutils/nw-builder/compare/v4.10.0...v4.11.0) (2024-09-20)


### Features

* **bld:** add NSLocalNetworkUsageDescription option for MacOS ([#1236](https://github.com/nwutils/nw-builder/issues/1236)) ([eea3f69](https://github.com/nwutils/nw-builder/commit/eea3f69ee1951e24f4fbc8d1550b0bee1e43951f)), closes [#1235](https://github.com/nwutils/nw-builder/issues/1235)


### Chores

* **bld:** remove repetitive code for updating MacOS Helper apps ([#1214](https://github.com/nwutils/nw-builder/issues/1214)) ([e1edc05](https://github.com/nwutils/nw-builder/commit/e1edc051c1660ef474643b903ac4e9a0f2968a05))
* **cli:** migrate from yargs to commander ([#1216](https://github.com/nwutils/nw-builder/issues/1216)) ([7ca5a28](https://github.com/nwutils/nw-builder/commit/7ca5a28f40078ab179aab72cf0f3260ef5f118f2))
* **deps:** bump vite from 5.3.5 to 5.4.6 ([#1231](https://github.com/nwutils/nw-builder/issues/1231)) ([6135682](https://github.com/nwutils/nw-builder/commit/6135682dc01f8a1dad12660957ddd637e6a20864))

## [4.10.0](https://github.com/nwutils/nw-builder/compare/v4.9.0...v4.10.0) (2024-08-24)


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

0 comments on commit 2dd2406

Please sign in to comment.