Skip to content

Commit b4bd3ea

Browse files
chore(main): release 4.17.3
1 parent 41e2a1a commit b4bd3ea

File tree

4 files changed

+12
-4
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.3](https://github.com/nwutils/nw-builder/compare/v4.17.2...v4.17.3) (2026-02-08)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 ([#1517](https://github.com/nwutils/nw-builder/issues/1517)) ([fd3fe74](https://github.com/nwutils/nw-builder/commit/fd3fe74b80de480ae2dc6239ad3bfbf84d1a88b6))
16+
* pass options.manifestUrl to @nwutils/getter ([#1522](https://github.com/nwutils/nw-builder/issues/1522)) ([41e2a1a](https://github.com/nwutils/nw-builder/commit/41e2a1a492aef77cbcc661d269f1e197d18c46f9)), closes [#1521](https://github.com/nwutils/nw-builder/issues/1521)
17+
1018
## [4.17.2](https://github.com/nwutils/nw-builder/compare/v4.17.1...v4.17.2) (2026-01-29)
1119

1220

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

0 commit comments

Comments
 (0)