Skip to content

Commit

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


##
[4.11.1](v4.11.0...v4.11.1)
(2024-10-01)


### Bug Fixes

* **types:** add managedManifest parameter in options
([#1249](#1249))
([8b3b407](8b3b407)),
closes [#1248](#1248)


### Chores

* **deps-dev:** bump the npm group across 1 directory with 6 updates
([#1250](#1250))
([94da963](94da963))
* **deps:** bump rollup from 4.22.1 to 4.22.4
([#1241](#1241))
([6601ebc](6601ebc))
* **deps:** bump the gha group across 1 directory with 2 updates
([#1247](#1247))
([526454e](526454e))

---
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 Oct 1, 2024
1 parent 94da963 commit c038327
Show file tree
Hide file tree
Showing 4 changed files with 18 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.11.0"
".": "4.11.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/nwutils/nw-builder/compare/v4.11.0...v4.11.1) (2024-10-01)


### Bug Fixes

* **types:** add managedManifest parameter in options ([#1249](https://github.com/nwutils/nw-builder/issues/1249)) ([8b3b407](https://github.com/nwutils/nw-builder/commit/8b3b407ab96e8f4162abf92b6e8158923f71687f)), closes [#1248](https://github.com/nwutils/nw-builder/issues/1248)


### Chores

* **deps-dev:** bump the npm group across 1 directory with 6 updates ([#1250](https://github.com/nwutils/nw-builder/issues/1250)) ([94da963](https://github.com/nwutils/nw-builder/commit/94da963848ef2f311d13da49a1d78e6b8f117b22))
* **deps:** bump rollup from 4.22.1 to 4.22.4 ([#1241](https://github.com/nwutils/nw-builder/issues/1241)) ([6601ebc](https://github.com/nwutils/nw-builder/commit/6601ebc3db46e28964e0aa05de37a2f68745ba46))
* **deps:** bump the gha group across 1 directory with 2 updates ([#1247](https://github.com/nwutils/nw-builder/issues/1247)) ([526454e](https://github.com/nwutils/nw-builder/commit/526454e276c67bac435c02699109ae563fe1c4d7))

## [4.11.0](https://github.com/nwutils/nw-builder/compare/v4.10.0...v4.11.0) (2024-09-20)


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

0 comments on commit c038327

Please sign in to comment.