Skip to content

Commit

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


##
[4.13.1](v4.13.0...v4.13.1)
(2024-11-24)


### Bug Fixes

* **run:** return NW.js Node process during run mode from nwbuild
function
([fa94df2](fa94df2))
* **types:** correct nwbuild function return type
([b274d27](b274d27))

---
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 Nov 24, 2024
1 parent b274d27 commit 6ab1ea3
Show file tree
Hide file tree
Showing 4 changed files with 12 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.13.0"
".": "4.13.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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.13.1](https://github.com/nwutils/nw-builder/compare/v4.13.0...v4.13.1) (2024-11-24)


### Bug Fixes

* **run:** return NW.js Node process during run mode from nwbuild function ([fa94df2](https://github.com/nwutils/nw-builder/commit/fa94df284c3e6d23e0efd44d363b71b564cf1f26))
* **types:** correct nwbuild function return type ([b274d27](https://github.com/nwutils/nw-builder/commit/b274d27dbb843b76e26be751249b994f233ac696))

## [4.13.0](https://github.com/nwutils/nw-builder/compare/v4.12.1...v4.13.0) (2024-11-24)


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

0 comments on commit 6ab1ea3

Please sign in to comment.