Skip to content

Commit

Permalink
chore(main): release 4.11.0 (#226)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.11.0](v4.10.0...v4.11.0)
(2024-09-25)


### Features

* **deps:** bump the npm group with 2 updates
([#229](#229))
([9988bd1](9988bd1))


### Chores

* **deps-dev:** bump selenium-webdriver from 4.24.0 to 4.24.1 in the npm
group ([#227](#227))
([8fb57ee](8fb57ee))
* **deps:** bump actions/setup-node from 4.0.3 to 4.0.4 in
/.github/workflows in the gha group
([#228](#228))
([a9153d2](a9153d2))
* **deps:** bump selenium-webdriver from 4.23.0 to 4.24.0 in the npm
group ([#225](#225))
([112067a](112067a))
* **docs:** remove version from example
([02f49b4](02f49b4))

---
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>
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
1 parent a9153d2 commit 7cef442
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.10.0"
".": "4.11.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7cef442

Please sign in to comment.