Skip to content

Commit fa5cc41

Browse files
chore(main): release 4.13.15 (#1401)
🤖 I have created a release *beep* *boop* --- ## [4.13.15](v4.13.14...v4.13.15) (2025-07-07) ### Bug Fixes * update default NW.js version url ([#1412](#1412)) ([467bab8](467bab8)), closes [#1411](#1411) ### Chores * **ci:** enable continue-on-error for env job ([b6ee211](b6ee211)) * **deps:** bump davelosert/vitest-coverage-report-action from 2.8.2 to 2.8.3 in /.github/workflows in the gha group ([#1398](#1398)) ([548d0e5](548d0e5)) * **deps:** bump the npm group across 1 directory with 10 updates ([#1409](#1409)) ([6dd0311](6dd0311)) * **deps:** bump the npm group across 1 directory with 9 updates ([#1404](#1404)) ([29204c1](29204c1)) * fix linting errors ([a7f57ed](a7f57ed)) --- 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 6dd0311 commit fa5cc41

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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.13.15](https://github.com/nwutils/nw-builder/compare/v4.13.14...v4.13.15) (2025-07-07)
11+
12+
13+
### Bug Fixes
14+
15+
* update default NW.js version url ([#1412](https://github.com/nwutils/nw-builder/issues/1412)) ([467bab8](https://github.com/nwutils/nw-builder/commit/467bab8bdf51f34447ec80617b905308dc8f6804)), closes [#1411](https://github.com/nwutils/nw-builder/issues/1411)
16+
17+
18+
### Chores
19+
20+
* **ci:** enable continue-on-error for env job ([b6ee211](https://github.com/nwutils/nw-builder/commit/b6ee211518943ce60bdeda85eae3fab0e43b6d20))
21+
* **deps:** bump davelosert/vitest-coverage-report-action from 2.8.2 to 2.8.3 in /.github/workflows in the gha group ([#1398](https://github.com/nwutils/nw-builder/issues/1398)) ([548d0e5](https://github.com/nwutils/nw-builder/commit/548d0e5d09e091ba9eaceaa957dbd49a01becdad))
22+
* **deps:** bump the npm group across 1 directory with 10 updates ([#1409](https://github.com/nwutils/nw-builder/issues/1409)) ([6dd0311](https://github.com/nwutils/nw-builder/commit/6dd0311b1f1c04c1a42534ba9a372b19047b882e))
23+
* **deps:** bump the npm group across 1 directory with 9 updates ([#1404](https://github.com/nwutils/nw-builder/issues/1404)) ([29204c1](https://github.com/nwutils/nw-builder/commit/29204c1849daf0341a226e9cf0d6fac6765a3d68))
24+
* fix linting errors ([a7f57ed](https://github.com/nwutils/nw-builder/commit/a7f57edc281d3fecd18ba81591a12bcf744f3d14))
25+
1026
## [4.13.14](https://github.com/nwutils/nw-builder/compare/v4.13.13...v4.13.14) (2025-05-14)
1127

1228

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

0 commit comments

Comments
 (0)