Skip to content

Commit e8ec6d1

Browse files
chore(main): release 4.17.2 (#1513)
🤖 I have created a release *beep* *boop* --- ## [4.17.2](v4.17.1...v4.17.2) (2026-01-29) ### Bug Fixes * **deps:** bump lodash from 4.17.21 to 4.17.23 ([#1507](#1507)) ([889f5a9](889f5a9)) * **util:** add options.manifestUrl null check ([#1508](#1508)) ([78f6f73](78f6f73)) ### Chores * **deps:** bump tar from 7.5.6 to 7.5.7 in the npm group ([#1514](#1514)) ([3d72012](3d72012)) * **deps:** bump the gha group in /.github/workflows with 2 updates ([#1509](#1509)) ([9fa20be](9fa20be)) * **deps:** bump the npm group across 1 directory with 7 updates ([#1512](#1512)) ([ee75e55](ee75e55)) --- 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 3d72012 commit e8ec6d1

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ 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.2](https://github.com/nwutils/nw-builder/compare/v4.17.1...v4.17.2) (2026-01-29)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** bump lodash from 4.17.21 to 4.17.23 ([#1507](https://github.com/nwutils/nw-builder/issues/1507)) ([889f5a9](https://github.com/nwutils/nw-builder/commit/889f5a96fd210fa1360072445846d022a463f9d3))
16+
* **util:** add options.manifestUrl null check ([#1508](https://github.com/nwutils/nw-builder/issues/1508)) ([78f6f73](https://github.com/nwutils/nw-builder/commit/78f6f7313b35d6a061bfa4ba15aa5a6602cc4d23))
17+
18+
19+
### Chores
20+
21+
* **deps:** bump tar from 7.5.6 to 7.5.7 in the npm group ([#1514](https://github.com/nwutils/nw-builder/issues/1514)) ([3d72012](https://github.com/nwutils/nw-builder/commit/3d7201222050386e0a2ae7813414bd49ae450085))
22+
* **deps:** bump the gha group in /.github/workflows with 2 updates ([#1509](https://github.com/nwutils/nw-builder/issues/1509)) ([9fa20be](https://github.com/nwutils/nw-builder/commit/9fa20be2f2835171bd5524e0e7a8c2722e66a96d))
23+
* **deps:** bump the npm group across 1 directory with 7 updates ([#1512](https://github.com/nwutils/nw-builder/issues/1512)) ([ee75e55](https://github.com/nwutils/nw-builder/commit/ee75e55797ad2e21910b7bfcbefaa5d1e52287e0))
24+
1025
## [4.17.1](https://github.com/nwutils/nw-builder/compare/v4.17.0...v4.17.1) (2026-01-18)
1126

1227

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

0 commit comments

Comments
 (0)