diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a2d64028a..baa10eaee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.6.3" + ".": "4.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb491969..dbca1fca7 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.6.4](https://github.com/nwutils/nw-builder/compare/v4.6.3...v4.6.4) (2024-02-24) + + +### Bug Fixes + +* **get:** copy ffmpeg to correct location on windows ([#1044](https://github.com/nwutils/nw-builder/issues/1044)) ([71fa4ab](https://github.com/nwutils/nw-builder/commit/71fa4ab471c77b2853dd822e4ea5e97cbd9daeb9)) + ## [4.6.3](https://github.com/nwutils/nw-builder/compare/v4.6.2...v4.6.3) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index b1898ae09..d428e977d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.6.3", + "version": "4.6.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.6.3", + "version": "4.6.4", "license": "MIT", "dependencies": { "axios": "^1.6.7", diff --git a/package.json b/package.json index 1527ff414..e66454674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "4.6.3", + "version": "4.6.4", "description": "Build NW.js desktop applications for MacOS, Windows and Linux.", "keywords": [ "NW.js",