Skip to content

Commit

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


##
[4.11.4](v4.11.3...v4.11.4)
(2024-10-13)


### Bug Fixes

* **util:** strip special and control characters from app.name
([#1259](#1259))
([b035bc3](b035bc3))


### Chores

* **deps:** bump actions/checkout from 4.2.0 to 4.2.1 in
/.github/workflows in the gha group
([#1273](#1273))
([3165f2b](3165f2b))
* **deps:** bump the npm group across 1 directory with 7 updates
([#1275](#1275))
([5f26f21](5f26f21))
* **deps:** drop Dependabot support for v3 branch
([19cf479](19cf479))

---
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 13, 2024
1 parent 5f26f21 commit ef120b2
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.3"
".": "4.11.4"
}
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.4](https://github.com/nwutils/nw-builder/compare/v4.11.3...v4.11.4) (2024-10-13)


### Bug Fixes

* **util:** strip special and control characters from app.name ([#1259](https://github.com/nwutils/nw-builder/issues/1259)) ([b035bc3](https://github.com/nwutils/nw-builder/commit/b035bc3d7393b7ae15c3996e62eb24afbf691945))


### Chores

* **deps:** bump actions/checkout from 4.2.0 to 4.2.1 in /.github/workflows in the gha group ([#1273](https://github.com/nwutils/nw-builder/issues/1273)) ([3165f2b](https://github.com/nwutils/nw-builder/commit/3165f2b0a6da286295ddc94b4178b7567d394043))
* **deps:** bump the npm group across 1 directory with 7 updates ([#1275](https://github.com/nwutils/nw-builder/issues/1275)) ([5f26f21](https://github.com/nwutils/nw-builder/commit/5f26f21df78997aa5add40f5c049ec7fd2917474))
* **deps:** drop Dependabot support for v3 branch ([19cf479](https://github.com/nwutils/nw-builder/commit/19cf47973057c420dc0bb70ddb5e50df1aa0de4c))

## [4.11.3](https://github.com/nwutils/nw-builder/compare/v4.11.2...v4.11.3) (2024-10-02)


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

0 comments on commit ef120b2

Please sign in to comment.