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..cf29c80e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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-07-27) + + +### Bug Fixes + +* **ci:** update release please action domain name ([59a3e73](https://github.com/nwutils/nw-builder/commit/59a3e73ad0dbeb73c0a5ecc6c29a11c50d4dfe1a)) + + +### Chores + +* **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)) + ## [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 995dfa27..84eaa192 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 bc256289..517c9115 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",