Skip to content

Commit 14b95cf

Browse files
chore(main): release 4.13.9 (#1359)
🤖 I have created a release *beep* *boop* --- ## [4.13.9](v4.13.8...v4.13.9) (2025-03-06) ### Bug Fixes * **get/verify:** use crypto.timingSafeEqual to verify shasums ([3dd449a](3dd449a)) ### Chores * **deps:** bump the gha group across 1 directory with 2 updates ([#1358](#1358)) ([48e4947](48e4947)) * **deps:** bump the npm group across 1 directory with 13 updates ([#1357](#1357)) ([9d3fe0c](9d3fe0c)) * reverse undeprecation of get and run mode ([e139740](e139740)) --- 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 9d3fe0c commit 14b95cf

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-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.8"
2+
".": "4.13.9"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ 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.9](https://github.com/nwutils/nw-builder/compare/v4.13.8...v4.13.9) (2025-03-06)
11+
12+
13+
### Bug Fixes
14+
15+
* **get/verify:** use crypto.timingSafeEqual to verify shasums ([3dd449a](https://github.com/nwutils/nw-builder/commit/3dd449aaa55a8f646027f7f454afbe0dc74db35b))
16+
17+
18+
### Chores
19+
20+
* **deps:** bump the gha group across 1 directory with 2 updates ([#1358](https://github.com/nwutils/nw-builder/issues/1358)) ([48e4947](https://github.com/nwutils/nw-builder/commit/48e49474c5aa0c13add585489ae74b6d9adef541))
21+
* **deps:** bump the npm group across 1 directory with 13 updates ([#1357](https://github.com/nwutils/nw-builder/issues/1357)) ([9d3fe0c](https://github.com/nwutils/nw-builder/commit/9d3fe0c95a8209d68055ac25a5f3581c1f6db48a))
22+
* reverse undeprecation of get and run mode ([e139740](https://github.com/nwutils/nw-builder/commit/e1397405929302f07d5bd1bcec913550050c3aa0))
23+
1024
## [4.13.8](https://github.com/nwutils/nw-builder/compare/v4.13.7...v4.13.8) (2025-01-01)
1125

1226

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

0 commit comments

Comments
 (0)