From ef120b20b097f2706939864f7e9a62a665902342 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 13:04:19 +0530 Subject: [PATCH] chore(main): release 4.11.4 (#1271) :robot: I have created a release *beep* *boop* --- ## [4.11.4](https://github.com/nwutils/nw-builder/compare/v4.11.3...v4.11.4) (2024-10-13) ### Bug Fixes * **util:** strip special and control characters from app.name ([#1259](https://github.com/nwutils/nw-builder/issues/1259)) ([b035bc3](https://github.com/nwutils/nw-builder/commit/b035bc3d7393b7ae15c3996e62eb24afbf691945)) ### Chores * **deps:** bump actions/checkout from 4.2.0 to 4.2.1 in /.github/workflows in the gha group ([#1273](https://github.com/nwutils/nw-builder/issues/1273)) ([3165f2b](https://github.com/nwutils/nw-builder/commit/3165f2b0a6da286295ddc94b4178b7567d394043)) * **deps:** bump the npm group across 1 directory with 7 updates ([#1275](https://github.com/nwutils/nw-builder/issues/1275)) ([5f26f21](https://github.com/nwutils/nw-builder/commit/5f26f21df78997aa5add40f5c049ec7fd2917474)) * **deps:** drop Dependabot support for v3 branch ([19cf479](https://github.com/nwutils/nw-builder/commit/19cf47973057c420dc0bb70ddb5e50df1aa0de4c)) --- 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 | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7997eb9f..699defc7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.11.3" + ".": "4.11.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd5ecc5..54a49057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ 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.11.4](https://github.com/nwutils/nw-builder/compare/v4.11.3...v4.11.4) (2024-10-13) + + +### Bug Fixes + +* **util:** strip special and control characters from app.name ([#1259](https://github.com/nwutils/nw-builder/issues/1259)) ([b035bc3](https://github.com/nwutils/nw-builder/commit/b035bc3d7393b7ae15c3996e62eb24afbf691945)) + + +### Chores + +* **deps:** bump actions/checkout from 4.2.0 to 4.2.1 in /.github/workflows in the gha group ([#1273](https://github.com/nwutils/nw-builder/issues/1273)) ([3165f2b](https://github.com/nwutils/nw-builder/commit/3165f2b0a6da286295ddc94b4178b7567d394043)) +* **deps:** bump the npm group across 1 directory with 7 updates ([#1275](https://github.com/nwutils/nw-builder/issues/1275)) ([5f26f21](https://github.com/nwutils/nw-builder/commit/5f26f21df78997aa5add40f5c049ec7fd2917474)) +* **deps:** drop Dependabot support for v3 branch ([19cf479](https://github.com/nwutils/nw-builder/commit/19cf47973057c420dc0bb70ddb5e50df1aa0de4c)) + ## [4.11.3](https://github.com/nwutils/nw-builder/compare/v4.11.2...v4.11.3) (2024-10-02) diff --git a/package-lock.json b/package-lock.json index 6f8901d9..7b44507e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.11.3", + "version": "4.11.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.11.3", + "version": "4.11.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 41c584a5..371af5a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "4.11.3", + "version": "4.11.4", "description": "Build NW.js desktop applications for MacOS, Windows and Linux.", "keywords": [ "NW.js",