Skip to content

Commit

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


##
[4.8.0](v4.7.8...v4.8.0)
(2024-07-27)


### Features

* **deps:** upgrade nw-builder to v4.8.0
([5055d49](5055d49))


### Bug Fixes

* correct version in release please manifest
([0aa05e8](0aa05e8))
* **git:** resolve conflicts
([dabe54f](dabe54f))


### Chores

* bump actions/setup-node from 4.0.2 to 4.0.3 in /.github/workflows in
the gha group
([#215](#215))
([43f6a97](43f6a97))
* **deps:** bump selenium-webdriver from 4.22.0 to 4.23.0 in the npm
group ([#216](#216))
([32eb170](32eb170))
* **docs:** move changelog to root
([81c9397](81c9397))

---
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 Jul 27, 2024
1 parent dabe54f commit fb7de04
Show file tree
Hide file tree
Showing 4 changed files with 26 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.7.8"
".": "4.8.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Changelog

## [4.8.0](https://github.com/nwjs/grunt-nw-builder/compare/v4.7.8...v4.8.0) (2024-07-27)


### Features

* **deps:** upgrade nw-builder to v4.8.0 ([5055d49](https://github.com/nwjs/grunt-nw-builder/commit/5055d492dd465dea8715fc11655212dc59239f55))


### Bug Fixes

* correct version in release please manifest ([0aa05e8](https://github.com/nwjs/grunt-nw-builder/commit/0aa05e84d726a6b4b1f0f4a195212a00dcc0f9dc))
* **git:** resolve conflicts ([dabe54f](https://github.com/nwjs/grunt-nw-builder/commit/dabe54fb259ddb1993c675a110374fa640ff2672))


### Chores

* bump actions/setup-node from 4.0.2 to 4.0.3 in /.github/workflows in the gha group ([#215](https://github.com/nwjs/grunt-nw-builder/issues/215)) ([43f6a97](https://github.com/nwjs/grunt-nw-builder/commit/43f6a976ce3d62a25ed1bc0a03f427fff3d39b03))
* **deps:** bump selenium-webdriver from 4.22.0 to 4.23.0 in the npm group ([#216](https://github.com/nwjs/grunt-nw-builder/issues/216)) ([32eb170](https://github.com/nwjs/grunt-nw-builder/commit/32eb170eda20db5c97e795811faf197546aae566))
* **docs:** move changelog to root ([81c9397](https://github.com/nwjs/grunt-nw-builder/commit/81c9397b9c816095eba2769d03bd0cd8eb4e10f1))

## Changelog

- 2016-09-14 `flavor` option; you can now select any flavor of NW.js, not just `sdk`.
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.7.8",
"version": "4.8.0",
"description": "Build NW.js applications for Mac, Windows and Linux using Grunt.",
"keywords": [
"NW.js",
Expand Down

0 comments on commit fb7de04

Please sign in to comment.