From 60d52aa18c022953f2e3cf708aca8677a0db2074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 22:35:37 +0000 Subject: [PATCH] chore(main): release 0.2.4 --- .github/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/.github/release-please/manifest.json b/.github/release-please/manifest.json index 0451499..69535c6 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.3" + ".": "0.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2ae7d..2436fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.4](https://github.com/nwutils/runner/compare/v0.2.3...v0.2.4) (2026-08-29) + + +### Bug Fixes + +* harden codebase ([#12](https://github.com/nwutils/runner/issues/12)) ([e8a1f94](https://github.com/nwutils/runner/commit/e8a1f94714c350306f8a9149b4832360606ba3bd)) + + +### Chores + +* **deps:** bump the gha group across 1 directory with 3 updates ([#14](https://github.com/nwutils/runner/issues/14)) ([3348576](https://github.com/nwutils/runner/commit/3348576bbe5bd79aadea700f460087bc15999cf5)) + ## [0.2.3](https://github.com/nwutils/runner/compare/v0.2.2...v0.2.3) (2026-03-26) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 473186a..e94651b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nwutils/runner", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nwutils/runner", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/package.json b/package.json index 8df2bba..913c540 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nwutils/runner", - "version": "0.2.3", + "version": "0.2.4", "description": "Run NW.js and related binaries for Linux, MacOS and Windows.", "keywords": [ "NW.js",