Skip to content

Releases: nwutils/nw-builder

v4.13.14

14 May 18:30
6292221
Compare
Choose a tag to compare

4.13.14 (2025-05-14)

Bug Fixes

  • bld: disable rebuilding Node addons (464dca2)

Chores

  • ci: check for NPM_TOKEN in separate job (74ca486)
  • deps: bump the npm group across 1 directory with 4 updates (#1394) (560dd73)
  • docs: clarify addon rebuilding disabled (bb910e1)
  • docs: remove mention of rebuilding node addons (e3ae5b3)

v4.13.13

07 May 12:10
f7a9f25
Compare
Choose a tag to compare

4.13.13 (2025-05-07)

Bug Fixes

  • security: use execFileSync instead of execSync (48193f0)

v4.13.12

06 May 19:43
78c9e38
Compare
Choose a tag to compare

4.13.12 (2025-05-06)

Bug Fixes

  • util: specify default values in CLI invocation (3b3799d)

Chores

  • ci: check if NPM_TOKEN exists as action step (6b7e64e)
  • ci: fail if NPM_TOKEN not set (84484a1)
  • ci: move NPM_TOKEN conditional inside action steps (ea6ea4c)
  • ci: set continue-on-error to false (3b9a8a2)
  • deps: bump davelosert/vitest-coverage-report-action from 2.8.1 to 2.8.2 in /.github/workflows in the gha group (#1388) (7a51dd4)
  • deps: bump the gha group across 1 directory with 2 updates (#1385) (2a98e27)
  • deps: bump the npm group across 1 directory with 6 updates (#1378) (5df5c51)
  • deps: bump the npm group across 1 directory with 8 updates (#1390) (a5ce5be)
  • deps: bump the npm group across 1 directory with 9 updates (#1386) (1f55773)
  • deps: bump vite from 6.2.2 to 6.2.3 in the npm_and_yarn group (#1377) (4f4379d)
  • deps: bump vite from 6.2.3 to 6.2.4 in the npm_and_yarn group (#1379) (e425d56)

v4.13.11

19 Mar 18:31
36a9530
Compare
Choose a tag to compare

4.13.11 (2025-03-19)

Bug Fixes

  • util: use strict boolean check for glob flag (63c931d)

Chores

  • ci: add concurrency (41494f5)
  • ci: do not run npm publish job if NPM_TOKEN is not available (e21051c)
  • deps: bump @babel/runtime from 7.26.0 to 7.26.10 in the npm_and_yarn group (#1373) (0b2d34e)
  • deps: bump actions/setup-node from 4.2.0 to 4.3.0 in /.github/workflows in the gha group (#1370) (5509ca9)
  • deps: bump the npm group across 1 directory with 5 updates (#1371) (ba554d2)

v4.13.10

11 Mar 13:17
af97fd5
Compare
Choose a tag to compare

4.13.10 (2025-03-11)

Bug Fixes

  • ci: give release please write permissions (920e4a0)
  • codeql: address code scanning alerts (#1360) (10cb3ba)

Chores

  • 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) (0f28592)
  • deps: bump the npm group across 1 directory with 6 updates (#1368) (1aaffa5)

v4.13.9

06 Mar 08:31
14b95cf
Compare
Choose a tag to compare

4.13.9 (2025-03-06)

Bug Fixes

  • get/verify: use crypto.timingSafeEqual to verify shasums (3dd449a)

Chores

  • deps: bump the gha group across 1 directory with 2 updates (#1358) (48e4947)
  • deps: bump the npm group across 1 directory with 13 updates (#1357) (9d3fe0c)
  • reverse undeprecation of get and run mode (e139740)

v4.13.8

01 Jan 17:41
ce71ec8
Compare
Choose a tag to compare

4.13.8 (2025-01-01)

Bug Fixes

Chores

  • deps: bump the npm group across 1 directory with 11 updates (#1332) (b9b96ff)
  • docs: clarify CJS usage (d673459), closes #1331
  • docs: clarify non-usage of srcDir in CLi interface (1b61bd1), closes #1330
  • docs: fix CJS import usage example (5f323df), closes #1331
  • test: download latest NW.js version for Linux demo app (8c09908), closes #1324

v4.13.7

28 Nov 16:49
c047055
Compare
Choose a tag to compare

4.13.7 (2024-11-28)

Bug Fixes

  • get: use \s+ to split lines containing shasum info (64f5709), closes #1317

v4.13.6

26 Nov 17:54
5d84eea
Compare
Choose a tag to compare

4.13.6 (2024-11-26)

Bug Fixes

  • bld: fs.promises.copyFile -> fs.promises.cp (c1909c7)

v4.13.5

26 Nov 17:11
de40e01
Compare
Choose a tag to compare

4.13.5 (2024-11-26)

Bug Fixes

  • util: validate windows options.app.* iff defined (8a65a6d)