From 33e1ebdf35ec97bf3b61dc7ca2eedb2e44e660c0 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:12:42 +0530 Subject: [PATCH] chore(main): release 4.13.2 (#1310) :robot: I have created a release *beep* *boop* --- ## [4.13.2](https://github.com/nwutils/nw-builder/compare/v4.13.1...v4.13.2) (2024-11-25) ### Bug Fixes * **bld:** parse options.app.icon correctly during build mode ([bd0ef96](https://github.com/nwutils/nw-builder/commit/bd0ef96f50660be90398e1075434ef003112bbc5)) * **bld:** use fs.promises.copyFile to copy app files in build mode with glob enabled ([e1843f0](https://github.com/nwutils/nw-builder/commit/e1843f00c6f2ec389933565ba0b3975c2c93bc23)) --- 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 | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 01b1b8b0..63978847 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.13.1" + ".": "4.13.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b29b0f..75172614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.2](https://github.com/nwutils/nw-builder/compare/v4.13.1...v4.13.2) (2024-11-25) + + +### Bug Fixes + +* **bld:** parse options.app.icon correctly during build mode ([bd0ef96](https://github.com/nwutils/nw-builder/commit/bd0ef96f50660be90398e1075434ef003112bbc5)) +* **bld:** use fs.promises.copyFile to copy app files in build mode with glob enabled ([e1843f0](https://github.com/nwutils/nw-builder/commit/e1843f00c6f2ec389933565ba0b3975c2c93bc23)) + ## [4.13.1](https://github.com/nwutils/nw-builder/compare/v4.13.0...v4.13.1) (2024-11-24) diff --git a/package-lock.json b/package-lock.json index 133311bd..b80ddbba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.13.1", + "version": "4.13.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.13.1", + "version": "4.13.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 11a808e6..24907c40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "4.13.1", + "version": "4.13.2", "description": "Build NW.js desktop applications for MacOS, Windows and Linux.", "keywords": [ "NW.js",