Skip to content

Commit a487168

Browse files
chore(main): release 4.17.0 (#1493)
🤖 I have created a release *beep* *boop* --- ## [4.17.0](v4.16.2...v4.17.0) (2026-01-03) ### Features * **util:** support local files for options.manifestUrl ([#1494](#1494)) ([5d77ea1](5d77ea1)), closes [#1490](https://github.com/nwutils/nw-builder/issues/1490) ### Chores * **deps-dev:** bump globals from 16.5.0 to 17.0.0 in the npm group ([#1495](#1495)) ([c816533](c816533)) * **deps:** bump the gha group in /.github/workflows with 2 updates ([#1492](#1492)) ([23327e5](23327e5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5d77ea1 commit a487168

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.16.2"
2+
".": "4.17.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/) using [Con
77

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

10+
## [4.17.0](https://github.com/nwutils/nw-builder/compare/v4.16.2...v4.17.0) (2026-01-03)
11+
12+
13+
### Features
14+
15+
* **util:** support local files for options.manifestUrl ([#1494](https://github.com/nwutils/nw-builder/issues/1494)) ([5d77ea1](https://github.com/nwutils/nw-builder/commit/5d77ea197faebb94bd7be718dd19084d91e5aa25)), closes [#1490](https://github.com/nwutils/nw-builder/issues/1490)
16+
17+
18+
### Chores
19+
20+
* **deps-dev:** bump globals from 16.5.0 to 17.0.0 in the npm group ([#1495](https://github.com/nwutils/nw-builder/issues/1495)) ([c816533](https://github.com/nwutils/nw-builder/commit/c81653370892017f60f56cc4d321c3ce79176563))
21+
* **deps:** bump the gha group in /.github/workflows with 2 updates ([#1492](https://github.com/nwutils/nw-builder/issues/1492)) ([23327e5](https://github.com/nwutils/nw-builder/commit/23327e5a99e492e9f679b9f335d781290a04c936))
22+
1023
## [4.16.2](https://github.com/nwutils/nw-builder/compare/v4.16.1...v4.16.2) (2025-12-28)
1124

1225

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

0 commit comments

Comments
 (0)