From 2dbd51de79e44f4aa5a1f1fce4ef39a1a14f07df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:21:56 +0530 Subject: [PATCH] chore(main): release 4.13.3 (#1311) :robot: I have created a release *beep* *boop* --- ## [4.13.3](https://github.com/nwutils/nw-builder/compare/v4.13.2...v4.13.3) (2024-11-25) ### Bug Fixes * **bld:** correct fs.promises.copyFile function call ([63fd422](https://github.com/nwutils/nw-builder/commit/63fd422575828dd6be43455e4274abadb4240fbe)) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63978847..09c4a975 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.13.2" + ".": "4.13.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 75172614..f9c3ab46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/) using [Con Since `v4.6.0`, we have switched to automated releases and this file does not need to be manually updated. +## [4.13.3](https://github.com/nwutils/nw-builder/compare/v4.13.2...v4.13.3) (2024-11-25) + + +### Bug Fixes + +* **bld:** correct fs.promises.copyFile function call ([63fd422](https://github.com/nwutils/nw-builder/commit/63fd422575828dd6be43455e4274abadb4240fbe)) + ## [4.13.2](https://github.com/nwutils/nw-builder/compare/v4.13.1...v4.13.2) (2024-11-25) diff --git a/package-lock.json b/package-lock.json index b80ddbba..b5e94aaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.13.2", + "version": "4.13.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.13.2", + "version": "4.13.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 24907c40..4fe9841f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "4.13.2", + "version": "4.13.3", "description": "Build NW.js desktop applications for MacOS, Windows and Linux.", "keywords": [ "NW.js",