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..fdcbb3107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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-12) + + +### 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 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:** 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)) +* **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 393efc841..f9cffdf64 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 77b11c26b..ddcc4aead 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",