diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 004e1a12..8f6d7b9d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.8.9" + ".": "3.8.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b921b78f..4100c10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.8.10](https://github.com/nwutils/nw-builder/compare/v3.8.9...v3.8.10) (2024-10-09) + + +### Bug Fixes + +* **ci:** update release please action domain name ([59a3e73](https://github.com/nwutils/nw-builder/commit/59a3e73ad0dbeb73c0a5ecc6c29a11c50d4dfe1a)) + + +### Chores + +* **deps:** bump actions/checkout from 4.2.0 to 4.2.1 in /.github/workflows in the gha group ([#1269](https://github.com/nwutils/nw-builder/issues/1269)) ([3699915](https://github.com/nwutils/nw-builder/commit/3699915c066546d3bfe65546c164e961ece98781)) +* **deps:** bump the gha group across 1 directory with 2 updates ([#1244](https://github.com/nwutils/nw-builder/issues/1244)) ([ec3bdcb](https://github.com/nwutils/nw-builder/commit/ec3bdcb38966633fef975da0475afea827dd36c9)) +* **deps:** bump the gha group across 1 directory with 3 updates ([#1165](https://github.com/nwutils/nw-builder/issues/1165)) ([e829c02](https://github.com/nwutils/nw-builder/commit/e829c02dad52ac4eaf5986d77874f7b6db679521)) +* **deps:** bump the npm group across 1 directory with 3 updates ([#1266](https://github.com/nwutils/nw-builder/issues/1266)) ([e64ecc6](https://github.com/nwutils/nw-builder/commit/e64ecc672fe1fe00224e6ff11fb2d68cbbef0ddf)) +* **deps:** bump the npm group across 1 directory with 7 updates ([#1239](https://github.com/nwutils/nw-builder/issues/1239)) ([dfc24a2](https://github.com/nwutils/nw-builder/commit/dfc24a2baf792f60c6d35e66e0cb0985a05e6813)) +* **deps:** bump the npm group across 1 directory with 8 updates ([#1171](https://github.com/nwutils/nw-builder/issues/1171)) ([2f34abc](https://github.com/nwutils/nw-builder/commit/2f34abc95d11b36a3ddd1b9131e23511285efaca)) +* drop support for v3 ([#1272](https://github.com/nwutils/nw-builder/issues/1272)) ([27cde1a](https://github.com/nwutils/nw-builder/commit/27cde1a874ebe10dc4b393cf6c1085c33a5e6146)) + ## [3.8.9](https://github.com/nwutils/nw-builder/compare/v3.8.8...v3.8.9) (2024-05-25) diff --git a/package-lock.json b/package-lock.json index 008e373d..b7cb4660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "3.8.9", + "version": "3.8.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "3.8.9", + "version": "3.8.10", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d3148f2d..3ed20a12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "3.8.9", + "version": "3.8.10", "description": "Build NW.js desktop applications for Mac, Windows and Linux.", "keywords": [ "NW.js",