From ff4353e12db3b957f5051747782ebd84b479d5a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:27:43 +0530 Subject: [PATCH] chore(main): release 4.9.0 (#1197) :robot: I have created a release *beep* *boop* --- ## [4.9.0](https://github.com/nwutils/nw-builder/compare/v4.8.1...v4.9.0) (2024-08-15) ### Features * **get:** verify sha256 checksum ([#1201](https://github.com/nwutils/nw-builder/issues/1201)) ([810944d](https://github.com/nwutils/nw-builder/commit/810944da14ffc97d8fb2b5d78d7c8d09ad514226)) ### Chores * **deps:** bump the npm group across 1 directory with 4 updates ([#1199](https://github.com/nwutils/nw-builder/issues/1199)) ([b07d1fc](https://github.com/nwutils/nw-builder/commit/b07d1fc09d4fcc8282b04c369725594d120af12a)) * **deps:** bump volta-cli/action from 4.1.1 to 4.2.1 in /.github/workflows in the gha group across 1 directory ([#1189](https://github.com/nwutils/nw-builder/issues/1189)) ([282ea7a](https://github.com/nwutils/nw-builder/commit/282ea7ade9d93dbbf8d97c9c0770df0876c3fd8a)) * **deps:** remove license check logic ([9dde7b2](https://github.com/nwutils/nw-builder/commit/9dde7b2b36a1ccd0effb546a89584d2075e59a17)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 62f0dbcd..0cd2cc7e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.8.1" + ".": "4.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 80513123..12b78033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ 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.9.0](https://github.com/nwutils/nw-builder/compare/v4.8.1...v4.9.0) (2024-08-15) + + +### Features + +* **get:** verify sha256 checksum ([#1201](https://github.com/nwutils/nw-builder/issues/1201)) ([810944d](https://github.com/nwutils/nw-builder/commit/810944da14ffc97d8fb2b5d78d7c8d09ad514226)) + + +### Chores + +* **deps:** bump the npm group across 1 directory with 4 updates ([#1199](https://github.com/nwutils/nw-builder/issues/1199)) ([b07d1fc](https://github.com/nwutils/nw-builder/commit/b07d1fc09d4fcc8282b04c369725594d120af12a)) +* **deps:** bump volta-cli/action from 4.1.1 to 4.2.1 in /.github/workflows in the gha group across 1 directory ([#1189](https://github.com/nwutils/nw-builder/issues/1189)) ([282ea7a](https://github.com/nwutils/nw-builder/commit/282ea7ade9d93dbbf8d97c9c0770df0876c3fd8a)) +* **deps:** remove license check logic ([9dde7b2](https://github.com/nwutils/nw-builder/commit/9dde7b2b36a1ccd0effb546a89584d2075e59a17)) + ## [4.8.1](https://github.com/nwutils/nw-builder/compare/v4.8.0...v4.8.1) (2024-08-05) diff --git a/package-lock.json b/package-lock.json index 18fc6ee5..ec98e3b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.8.1", + "version": "4.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.8.1", + "version": "4.9.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 12d02594..c676a9bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "4.8.1", + "version": "4.9.0", "description": "Build NW.js desktop applications for MacOS, Windows and Linux.", "keywords": [ "NW.js",