From f922620aa704bd3dea8d02bd7cc3f2a8fc33d4c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 04:47:03 +0000 Subject: [PATCH] chore(main): release 4.7.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ace5ea23..7c9e8029 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.8" + ".": "4.7.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c00557..e0e4f565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/) using [Con Since `v4.6.0`, we have switched to automated releases and this file does not need to be manually updated. +## [4.7.9](https://github.com/nwutils/nw-builder/compare/v4.7.8...v4.7.9) (2024-07-27) + + +### Bug Fixes + +* **bld:** pass nw manifest correctly when managedManifest is true ([#1176](https://github.com/nwutils/nw-builder/issues/1176)) ([949c4b7](https://github.com/nwutils/nw-builder/commit/949c4b70b89cc96ee98d88b910caa833eb99d385)) + + +### Chores + +* **ci:** check for valid licenses ([#1150](https://github.com/nwutils/nw-builder/issues/1150)) ([ab99731](https://github.com/nwutils/nw-builder/commit/ab997311046b1e75aee24397a3b9bb20d19c4d2f)) +* **deps:** migrate from compressing to tar and archiver ([7c73903](https://github.com/nwutils/nw-builder/commit/7c73903d6c3723814df64d9241976b457cb2d149)) +* **docs:** improve install/quick start ([a87f44b](https://github.com/nwutils/nw-builder/commit/a87f44b5f6e0bdc0e09569a560b10a032766da02)) +* fsm -> fs.promises ([08d79bf](https://github.com/nwutils/nw-builder/commit/08d79bf07c0b590a376af4cc53a37db4d75094cf)) + ## [4.7.8](https://github.com/nwutils/nw-builder/compare/v4.7.7...v4.7.8) (2024-07-02) diff --git a/package-lock.json b/package-lock.json index b8f71c08..a7637d4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.7.8", + "version": "4.7.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.7.8", + "version": "4.7.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fa2c1404..4909a3bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "4.7.8", + "version": "4.7.9", "description": "Build NW.js desktop applications for MacOS, Windows and Linux.", "keywords": [ "NW.js",