From b9e89ec3575ea6379f351f85122f9ee26d8f5e98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 13:31:24 +0530 Subject: [PATCH] chore(main): release 4.13.0 (#1308) :robot: I have created a release *beep* *boop* --- ## [4.13.0](https://github.com/nwutils/nw-builder/compare/v4.12.1...v4.13.0) (2024-11-24) ### Features * **get:** add options.shaSum to enable/disable shasum checks ([#1307](https://github.com/nwutils/nw-builder/issues/1307)) ([98abcaf](https://github.com/nwutils/nw-builder/commit/98abcafeb884a42c34208a6a83f37eb7d518122c)) --- 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 | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2adca8fb..aeb985ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.12.1" + ".": "4.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c4156b..11699adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ 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.13.0](https://github.com/nwutils/nw-builder/compare/v4.12.1...v4.13.0) (2024-11-24) + + +### Features + +* **get:** add options.shaSum to enable/disable shasum checks ([#1307](https://github.com/nwutils/nw-builder/issues/1307)) ([98abcaf](https://github.com/nwutils/nw-builder/commit/98abcafeb884a42c34208a6a83f37eb7d518122c)) + ## [4.12.1](https://github.com/nwutils/nw-builder/compare/v4.12.0...v4.12.1) (2024-11-24) diff --git a/package-lock.json b/package-lock.json index b4384a8d..57adfd05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nw-builder", - "version": "4.12.1", + "version": "4.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nw-builder", - "version": "4.12.1", + "version": "4.13.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c4c15aa2..3d7f0941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "4.12.1", + "version": "4.13.0", "description": "Build NW.js desktop applications for MacOS, Windows and Linux.", "keywords": [ "NW.js",