From 7cef442fff7242759bbc93ef6114dcb06e732b85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:18:42 +0530 Subject: [PATCH] chore(main): release 4.11.0 (#226) :robot: I have created a release *beep* *boop* --- ## [4.11.0](https://github.com/nwjs/grunt-nw-builder/compare/v4.10.0...v4.11.0) (2024-09-25) ### Features * **deps:** bump the npm group with 2 updates ([#229](https://github.com/nwjs/grunt-nw-builder/issues/229)) ([9988bd1](https://github.com/nwjs/grunt-nw-builder/commit/9988bd172be0210052083cc1082fd8cd25b373b9)) ### Chores * **deps-dev:** bump selenium-webdriver from 4.24.0 to 4.24.1 in the npm group ([#227](https://github.com/nwjs/grunt-nw-builder/issues/227)) ([8fb57ee](https://github.com/nwjs/grunt-nw-builder/commit/8fb57ee263ecc0989eda1d09b2a626bae2fdf28c)) * **deps:** bump actions/setup-node from 4.0.3 to 4.0.4 in /.github/workflows in the gha group ([#228](https://github.com/nwjs/grunt-nw-builder/issues/228)) ([a9153d2](https://github.com/nwjs/grunt-nw-builder/commit/a9153d2ad5e799cfa47d96e78041ea3f4547dd52)) * **deps:** bump selenium-webdriver from 4.23.0 to 4.24.0 in the npm group ([#225](https://github.com/nwjs/grunt-nw-builder/issues/225)) ([112067a](https://github.com/nwjs/grunt-nw-builder/commit/112067a2921a2eee13f6ffc8ab8c21c1c46370b8)) * **docs:** remove version from example ([02f49b4](https://github.com/nwjs/grunt-nw-builder/commit/02f49b4f46ac3b26ba50cd5e5b0e608010dd3238)) --- 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 | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae7a101..88aaa0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.10.0" + ".": "4.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 884f699..39fd54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.11.0](https://github.com/nwjs/grunt-nw-builder/compare/v4.10.0...v4.11.0) (2024-09-25) + + +### Features + +* **deps:** bump the npm group with 2 updates ([#229](https://github.com/nwjs/grunt-nw-builder/issues/229)) ([9988bd1](https://github.com/nwjs/grunt-nw-builder/commit/9988bd172be0210052083cc1082fd8cd25b373b9)) + + +### Chores + +* **deps-dev:** bump selenium-webdriver from 4.24.0 to 4.24.1 in the npm group ([#227](https://github.com/nwjs/grunt-nw-builder/issues/227)) ([8fb57ee](https://github.com/nwjs/grunt-nw-builder/commit/8fb57ee263ecc0989eda1d09b2a626bae2fdf28c)) +* **deps:** bump actions/setup-node from 4.0.3 to 4.0.4 in /.github/workflows in the gha group ([#228](https://github.com/nwjs/grunt-nw-builder/issues/228)) ([a9153d2](https://github.com/nwjs/grunt-nw-builder/commit/a9153d2ad5e799cfa47d96e78041ea3f4547dd52)) +* **deps:** bump selenium-webdriver from 4.23.0 to 4.24.0 in the npm group ([#225](https://github.com/nwjs/grunt-nw-builder/issues/225)) ([112067a](https://github.com/nwjs/grunt-nw-builder/commit/112067a2921a2eee13f6ffc8ab8c21c1c46370b8)) +* **docs:** remove version from example ([02f49b4](https://github.com/nwjs/grunt-nw-builder/commit/02f49b4f46ac3b26ba50cd5e5b0e608010dd3238)) + ## [4.10.0](https://github.com/nwjs/grunt-nw-builder/compare/v4.9.0...v4.10.0) (2024-08-27) diff --git a/package-lock.json b/package-lock.json index 4fd3fbc..0a411f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "grunt-nw-builder", - "version": "4.10.0", + "version": "4.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "grunt-nw-builder", - "version": "4.10.0", + "version": "4.11.0", "license": "MIT", "dependencies": { "nw-builder": "^4.11.0" diff --git a/package.json b/package.json index 3d13162..ab007d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-nw-builder", - "version": "4.10.0", + "version": "4.11.0", "description": "Build NW.js applications for Mac, Windows and Linux using Grunt.", "keywords": [ "NW.js",