From ee4c668873c39b51868219dc49cf80d83ec152ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:46:59 +0000 Subject: [PATCH] chore(main): release 4.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0cd2cc7e..ae7a1012 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.9.0" + ".": "4.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b78033..1197e88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ 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.10.0](https://github.com/nwutils/nw-builder/compare/v4.9.0...v4.10.0) (2024-08-23) + + +### Features + +* **bld:** rename MacOS Helper apps ([#1206](https://github.com/nwutils/nw-builder/issues/1206)) ([9f3b30f](https://github.com/nwutils/nw-builder/commit/9f3b30f9e04c2d2d103f5ec19078c0a14fbf12f7)) + + +### Chores + +* **deps:** bump davelosert/vitest-coverage-report-action from 2.5.0 to 2.5.1 in /.github/workflows in the gha group ([#1210](https://github.com/nwutils/nw-builder/issues/1210)) ([6d69ae3](https://github.com/nwutils/nw-builder/commit/6d69ae36bc1edcf1867aa25e464e4a9b1aa28aa4)) +* **test:** move tests to seperate dir ([#1205](https://github.com/nwutils/nw-builder/issues/1205)) ([da0e353](https://github.com/nwutils/nw-builder/commit/da0e353e805b8e4b249f298c74a352a114b2737d)) +* **test:** rename fixtures dir ([c6193bb](https://github.com/nwutils/nw-builder/commit/c6193bb67fa32d750b42f9a8a7d44db507126519)) + ## [4.9.0](https://github.com/nwutils/nw-builder/compare/v4.8.1...v4.9.0) (2024-08-15) diff --git a/package-lock.json b/package-lock.json index 1a54da56..81903a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.9.0", + "version": "4.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.9.0", + "version": "4.10.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dcbe7a19..94376f5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "4.9.0", + "version": "4.10.0", "description": "Build NW.js desktop applications for MacOS, Windows and Linux.", "keywords": [ "NW.js",