Skip to content

Commit

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


##
[4.13.6](v4.13.5...v4.13.6)
(2024-11-26)


### Bug Fixes

* **bld:** fs.promises.copyFile -> fs.promises.cp
([c1909c7](c1909c7))

---
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 26, 2024
1 parent c1909c7 commit 5d84eea
Show file tree
Hide file tree
Showing 4 changed files with 11 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.5"
".": "4.13.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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.6](https://github.com/nwutils/nw-builder/compare/v4.13.5...v4.13.6) (2024-11-26)


### Bug Fixes

* **bld:** fs.promises.copyFile -&gt; fs.promises.cp ([c1909c7](https://github.com/nwutils/nw-builder/commit/c1909c7d84e1513339625667fc6cab1525677f3b))

## [4.13.5](https://github.com/nwutils/nw-builder/compare/v4.13.4...v4.13.5) (2024-11-26)


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

0 comments on commit 5d84eea

Please sign in to comment.