Skip to content

Commit 939482e

Browse files
chore(main): release 4.13.10
1 parent 0f28592 commit 939482e

4 files changed

+17
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.13.9"
2+
".": "4.13.10"
33
}

CHANGELOG.md

+13
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.13.10](https://github.com/nwutils/nw-builder/compare/v4.13.9...v4.13.10) (2025-03-11)
11+
12+
13+
### Bug Fixes
14+
15+
* **ci:** give release please write permissions ([920e4a0](https://github.com/nwutils/nw-builder/commit/920e4a02863d71d0acac374678d3c017070a1e9f))
16+
* **codeql:** address code scanning alerts ([#1360](https://github.com/nwutils/nw-builder/issues/1360)) ([10cb3ba](https://github.com/nwutils/nw-builder/commit/10cb3baa94803bcf0e119333a0c253e14f8bf00f))
17+
18+
19+
### Chores
20+
21+
* **deps:** bump googleapis/release-please-action from 4.1.4 to 4.2.0 in /.github/workflows in the gha group across 1 directory ([#1364](https://github.com/nwutils/nw-builder/issues/1364)) ([0f28592](https://github.com/nwutils/nw-builder/commit/0f28592f543b62af07b9b4f8aa291712e4e45432))
22+
1023
## [4.13.9](https://github.com/nwutils/nw-builder/compare/v4.13.8...v4.13.9) (2025-03-06)
1124

1225

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nw-builder",
3-
"version": "4.13.9",
3+
"version": "4.13.10",
44
"description": "Build NW.js desktop applications for MacOS, Windows and Linux.",
55
"keywords": [
66
"NW.js",

0 commit comments

Comments
 (0)