From de40e0170e3925f128aa94c2750cdccfb7cc5d99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:40:56 +0530 Subject: [PATCH] chore(main): release 4.13.5 (#1314) :robot: I have created a release *beep* *boop* --- ## [4.13.5](https://github.com/nwutils/nw-builder/compare/v4.13.4...v4.13.5) (2024-11-26) ### Bug Fixes * **util:** validate windows options.app.* iff defined ([8a65a6d](https://github.com/nwutils/nw-builder/commit/8a65a6dfc6e3bb16431b81b751140ec7a4056496)) --- 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 b8ffa005..ad755108 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.13.4" + ".": "4.13.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a6af08..3c16f8c0 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.5](https://github.com/nwutils/nw-builder/compare/v4.13.4...v4.13.5) (2024-11-26) + + +### Bug Fixes + +* **util:** validate windows options.app.* iff defined ([8a65a6d](https://github.com/nwutils/nw-builder/commit/8a65a6dfc6e3bb16431b81b751140ec7a4056496)) + ## [4.13.4](https://github.com/nwutils/nw-builder/compare/v4.13.3...v4.13.4) (2024-11-26) diff --git a/package-lock.json b/package-lock.json index 8c61f2d9..78041d7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.13.4", + "version": "4.13.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.13.4", + "version": "4.13.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0fe2e287..7459a6eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "4.13.4", + "version": "4.13.5", "description": "Build NW.js desktop applications for MacOS, Windows and Linux.", "keywords": [ "NW.js",