Skip to content

Commit

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


##
[4.7.5](v4.7.4...v4.7.5)
(2024-06-11)


### Bug Fixes

* **run:** set stdio behaviour to inherit
([a3d181a](a3d181a))


### Chores

* **bld:** migrate from rcedit with resedit
([#1094](#1094))
([03a55b9](03a55b9))
* **deps:** bump actions/checkout from 4.1.5 to 4.1.6 in
/.github/workflows in the gha group
([#1095](#1095))
([0f1b126](0f1b126))
* **deps:** bump google-github-actions/release-please-action from 4.1.0
to 4.1.1 in /.github/workflows in the gha group
([#1091](#1091))
([316741b](316741b))
* **deps:** bump googleapis/release-please-action from 4.1.1 to 4.1.3 in
/.github/workflows in the gha group
([#1114](#1114))
([e284f5b](e284f5b))
* **deps:** bump the npm group across 1 directory with 3 updates
([#1112](#1112))
([fde3491](fde3491))
* **deps:** bump the npm group across 1 directory with 6 updates
([#1105](#1105))
([eb63ded](eb63ded))
* **deps:** upgrade to eslint v9
([ffe6dd0](ffe6dd0))
* **docs:** add missing platform-specific app options info
([#1093](#1093))
([715097f](715097f))

---
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] committed Jun 11, 2024
1 parent fde3491 commit 7f8eb5f
Show file tree
Hide file tree
Showing 4 changed files with 23 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.4"
".": "4.7.5"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ 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.7.5](https://github.com/nwutils/nw-builder/compare/v4.7.4...v4.7.5) (2024-06-11)


### Bug Fixes

* **run:** set stdio behaviour to inherit ([a3d181a](https://github.com/nwutils/nw-builder/commit/a3d181a5b9b6f967c11e7082fea57db96078bf7e))


### Chores

* **bld:** migrate from rcedit with resedit ([#1094](https://github.com/nwutils/nw-builder/issues/1094)) ([03a55b9](https://github.com/nwutils/nw-builder/commit/03a55b919a7e5dfcc1d9fa3f06baa327804d67c4))
* **deps:** bump actions/checkout from 4.1.5 to 4.1.6 in /.github/workflows in the gha group ([#1095](https://github.com/nwutils/nw-builder/issues/1095)) ([0f1b126](https://github.com/nwutils/nw-builder/commit/0f1b1260d3a36939c111313ec1ab121fe8f12955))
* **deps:** bump google-github-actions/release-please-action from 4.1.0 to 4.1.1 in /.github/workflows in the gha group ([#1091](https://github.com/nwutils/nw-builder/issues/1091)) ([316741b](https://github.com/nwutils/nw-builder/commit/316741ba699fcd0f8a7dd1176cbd14ca05c571be))
* **deps:** bump googleapis/release-please-action from 4.1.1 to 4.1.3 in /.github/workflows in the gha group ([#1114](https://github.com/nwutils/nw-builder/issues/1114)) ([e284f5b](https://github.com/nwutils/nw-builder/commit/e284f5b61c0df05b63388ea5d31311f5daacd858))
* **deps:** bump the npm group across 1 directory with 3 updates ([#1112](https://github.com/nwutils/nw-builder/issues/1112)) ([fde3491](https://github.com/nwutils/nw-builder/commit/fde34914d920245f535184ae545a56d939c59b8d))
* **deps:** bump the npm group across 1 directory with 6 updates ([#1105](https://github.com/nwutils/nw-builder/issues/1105)) ([eb63ded](https://github.com/nwutils/nw-builder/commit/eb63dedabbf2ae525fa9f1ab6aa57d9b11c63fe0))
* **deps:** upgrade to eslint v9 ([ffe6dd0](https://github.com/nwutils/nw-builder/commit/ffe6dd0238a8401fab46beed06c2812b0fa89abd))
* **docs:** add missing platform-specific app options info ([#1093](https://github.com/nwutils/nw-builder/issues/1093)) ([715097f](https://github.com/nwutils/nw-builder/commit/715097f53dfe69e7895634fd85e4043b6a3242e1))

## [4.7.4](https://github.com/nwutils/nw-builder/compare/v4.7.3...v4.7.4) (2024-05-12)


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": "nw-builder",
"version": "4.7.4",
"version": "4.7.5",
"description": "Build NW.js desktop applications for MacOS, Windows and Linux.",
"keywords": [
"NW.js",
Expand Down

0 comments on commit 7f8eb5f

Please sign in to comment.