Skip to content

Commit

Permalink
chore(v3): release 3.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 26, 2024
1 parent 891b57c commit dfc91e7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.8.8"
".": "3.8.9"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dfc91e7

Please sign in to comment.