diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 5c3c8dd..0b320a4 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ff2cf..0486102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/nwutils/nw-cli/compare/v0.1.1...v0.1.2) (2026-08-06) + + +### Chores + +* **deps:** bump the gha group across 1 directory with 3 updates ([#154](https://github.com/nwutils/nw-cli/issues/154)) ([8148ec8](https://github.com/nwutils/nw-cli/commit/8148ec84d18967700b42fc1afd3791b2b2d6d911)) + ## [0.1.1](https://github.com/nwutils/nw-cli/compare/v0.1.0...v0.1.1) (2026-03-27) diff --git a/package-lock.json b/package-lock.json index f4b4452..822a8af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nwutils/cli", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nwutils/cli", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "workspaces": [ "src/templates/*" diff --git a/package.json b/package.json index 2cd011a..7d9abdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nwutils/cli", - "version": "0.1.1", + "version": "0.1.2", "description": "Command line interface for building NW.js applications", "keywords": [ "NW.js",