diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ad755108..93fe67ee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.13.5" + ".": "4.13.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c16f8c0..cb30fd3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -> 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) diff --git a/package-lock.json b/package-lock.json index 78041d7c..7879a0d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.13.5", + "version": "4.13.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.13.5", + "version": "4.13.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7459a6eb..b71403f0 100644 --- a/package.json +++ b/package.json @@ -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",