diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index fac30ac..a08b0f5 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b0788bb..27db000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.3](https://github.com/nwutils/nw-cli/compare/v0.0.2...v0.0.3) (2026-01-03) + + +### Chores + +* **ci:** correct Release Please action input files ([3b09c0c](https://github.com/nwutils/nw-cli/commit/3b09c0c6123732390fa2a2197d96dbcf40d2cbfa)) +* **ci:** switch to OIDC ([387a8d1](https://github.com/nwutils/nw-cli/commit/387a8d1b756d491791aaaf00868af702d1377865)) +* **deps:** bump the npm group across 1 directory with 8 updates ([#117](https://github.com/nwutils/nw-cli/issues/117)) ([cf9348a](https://github.com/nwutils/nw-cli/commit/cf9348ab3b27c18587db8a8f689b5a99aa301b8d)) +* **deps:** bump the npm group with 7 updates ([#110](https://github.com/nwutils/nw-cli/issues/110)) ([22a8067](https://github.com/nwutils/nw-cli/commit/22a8067ff12c59b1d05537d48dd842b2137f9dfb)) + ## [0.0.2](https://github.com/nwutils/nw-cli/compare/v0.0.1...v0.0.2) (2025-05-01) diff --git a/package-lock.json b/package-lock.json index 413c935..b2f39c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nwutils/cli", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nwutils/cli", - "version": "0.0.2", + "version": "0.0.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 48e2485..85955d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nwutils/cli", - "version": "0.0.2", + "version": "0.0.3", "description": "Command line interface for building NW.js applications", "keywords": [ "NW.js",