From bafb52aa81e0472cd927508e4085264bbcf6346c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:18:10 +0000 Subject: [PATCH] chore(main): release 0.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 392430e..fac30ac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f21d50..36117dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.2](https://github.com/nwutils/nw-cli/compare/v0.0.1...v0.0.2) (2024-11-25) + + +### Chores + +* **deps-dev:** bump the npm group across 1 directory with 2 updates ([#34](https://github.com/nwutils/nw-cli/issues/34)) ([fabc149](https://github.com/nwutils/nw-cli/commit/fabc1490bb24daf07d8151e50202ace2da41e93d)) +* **deps:** bump the npm group across 1 directory with 8 updates ([#74](https://github.com/nwutils/nw-cli/issues/74)) ([c3349a0](https://github.com/nwutils/nw-cli/commit/c3349a084462c8c83c0daa1609daf95fa589337e)) + ## [0.0.1](https://github.com/nwutils/nw-cli/compare/v0.0.0...v0.0.1) (2024-08-26) diff --git a/package-lock.json b/package-lock.json index 6c00c16..9522e38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nwutils/cli", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nwutils/cli", - "version": "0.0.1", + "version": "0.0.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index eb2f6cd..53c745a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nwutils/cli", - "version": "0.0.1", + "version": "0.0.2", "description": "Command line interface for building NW.js applications", "keywords": [ "NW.js",