From dfc91e78ce1bf1a64bf509b9dad0a2a608269948 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:14:20 +0000 Subject: [PATCH] chore(v3): release 3.8.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 33f2e3ce2..004e1a127 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.8.8" + ".": "3.8.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3b5e403..6580140c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ 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.9](https://github.com/nwutils/nw-builder/compare/v3.8.8...v3.8.9) (2024-04-26) + + +### Bug Fixes + +* **build:** update module imports ([305e543](https://github.com/nwutils/nw-builder/commit/305e543de9bc9ed727105b983be649dd339c3112)) + + +### Chores + +* **ci:** reconfigure GHA to run tests on NW.js Node version ([9461a86](https://github.com/nwutils/nw-builder/commit/9461a867239d1e11ee70d06d30d24ee2f39af65c)) +* **deps:** bump actions/checkout from 4.1.2 to 4.1.3 in /.github/workflows in the gha group ([#1064](https://github.com/nwutils/nw-builder/issues/1064)) ([a71f32c](https://github.com/nwutils/nw-builder/commit/a71f32c99ca8d6ccf00c35a7352c109275849d95)) +* **deps:** bump the gha group in /.github/workflows with 4 updates ([#1059](https://github.com/nwutils/nw-builder/issues/1059)) ([13fdce2](https://github.com/nwutils/nw-builder/commit/13fdce2081505bacf1501064f61ee59647674c6a)) +* **deps:** bump the npm group across 1 directory with 2 updates ([#1068](https://github.com/nwutils/nw-builder/issues/1068)) ([891b57c](https://github.com/nwutils/nw-builder/commit/891b57c16f70a43481575631bdaaee43265db269)) +* **deps:** bump the npm group with 6 updates ([#1065](https://github.com/nwutils/nw-builder/issues/1065)) ([7c41c94](https://github.com/nwutils/nw-builder/commit/7c41c949f0d272007369d274628a3af065ed70b8)) +* **deps:** update all to latest ([c470034](https://github.com/nwutils/nw-builder/commit/c4700348ebd0f8270bef18ba1ff4a0eb887d4fdb)) +* **deps:** upgrade `eslint` to v9 ([40b5486](https://github.com/nwutils/nw-builder/commit/40b5486b9b22caca41c76b89988a772c3cdb2f12)) +* refactor platform parsing logic ([7bd4be8](https://github.com/nwutils/nw-builder/commit/7bd4be8ca6f54cb395d16eaa4ef88a9ef096b4fe)) +* **test:** uncomment remaining tests ([5ff6477](https://github.com/nwutils/nw-builder/commit/5ff6477842ecb56726f1b32f76a59767e64196e6)) + ## [Unreleased] ## [3.8.8] - 2023-08-24 diff --git a/package-lock.json b/package-lock.json index b01b7e447..7295aabb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "3.8.8", + "version": "3.8.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "3.8.8", + "version": "3.8.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f2ed5dcac..422b5101f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "3.8.8", + "version": "3.8.9", "description": "Build NW.js desktop applications for Mac, Windows and Linux.", "keywords": [ "NW.js",