diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09c4a975..b8ffa005 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.13.3" + ".": "4.13.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c3ab46..e8a6af08 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.4](https://github.com/nwutils/nw-builder/compare/v4.13.3...v4.13.4) (2024-11-26) + + +### Bug Fixes + +* **util:** validate options.app.company iff defined ([a273e23](https://github.com/nwutils/nw-builder/commit/a273e2335c29922e662b7cc69aeeb0ffe40fba33)) + ## [4.13.3](https://github.com/nwutils/nw-builder/compare/v4.13.2...v4.13.3) (2024-11-25) diff --git a/package-lock.json b/package-lock.json index b5e94aaf..8c61f2d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.13.3", + "version": "4.13.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.13.3", + "version": "4.13.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4fe9841f..0fe2e287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "4.13.3", + "version": "4.13.4", "description": "Build NW.js desktop applications for MacOS, Windows and Linux.", "keywords": [ "NW.js",