From ae701af343da8f2b7ffd2183caa8190afc80157c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 06:35:47 +0000 Subject: [PATCH] chore(v3): release 3.8.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 004e1a127..8f6d7b9d2 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 b921b78f6..cf29c80e8 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 995dfa27a..84eaa192e 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 bc2562897..517c9115c 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",