Skip to content

Commit 7a1a2c5

Browse files
chore(main): release 0.0.2 (#35)
🤖 I have created a release *beep* *boop* --- ## [0.0.2](v0.0.1...v0.0.2) (2025-05-01) ### Bug Fixes * **deps:** security fix for cross-spawn and @babel/runtime ([eb32892](eb32892)) * **polyfill:** attach isDevToolsOpen function via prototype ([#32](#32)) ([0130ca3](0130ca3)) ### Chores * **ci:** add explicit permissions for GitHub Action jobs ([7ca7205](7ca7205)) * **deps-dev:** bump the npm group across 1 directory with 2 updates ([#34](#34)) ([fabc149](fabc149)) * **deps:** bump the gha group across 1 directory with 2 updates ([#109](#109)) ([82916c7](82916c7)) * **deps:** bump the gha group across 1 directory with 2 updates ([#61](#61)) ([47b7c33](47b7c33)) * **deps:** bump the npm group across 1 directory with 8 updates ([#106](#106)) ([060ea4c](060ea4c)) * **deps:** bump the npm group across 1 directory with 8 updates ([#74](#74)) ([c3349a0](c3349a0)) --- 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>
1 parent eb32892 commit 7a1a2c5

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.0.2](https://github.com/nwutils/nw-cli/compare/v0.0.1...v0.0.2) (2025-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** security fix for cross-spawn and @babel/runtime ([eb32892](https://github.com/nwutils/nw-cli/commit/eb328926e0454c3c5ba726318ddfa153a2daa8fd))
9+
* **polyfill:** attach isDevToolsOpen function via prototype ([#32](https://github.com/nwutils/nw-cli/issues/32)) ([0130ca3](https://github.com/nwutils/nw-cli/commit/0130ca31af42e878f0d78d8949c407bafe161d1a))
10+
11+
12+
### Chores
13+
14+
* **ci:** add explicit permissions for GitHub Action jobs ([7ca7205](https://github.com/nwutils/nw-cli/commit/7ca72058a52ad76c74b1446e3dd59f388e324fe7))
15+
* **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))
16+
* **deps:** bump the gha group across 1 directory with 2 updates ([#109](https://github.com/nwutils/nw-cli/issues/109)) ([82916c7](https://github.com/nwutils/nw-cli/commit/82916c7622f43a42b0fdd0e6533b70201ae752f7))
17+
* **deps:** bump the gha group across 1 directory with 2 updates ([#61](https://github.com/nwutils/nw-cli/issues/61)) ([47b7c33](https://github.com/nwutils/nw-cli/commit/47b7c3387c23a726ba8a70b9298d8d78d3adb43d))
18+
* **deps:** bump the npm group across 1 directory with 8 updates ([#106](https://github.com/nwutils/nw-cli/issues/106)) ([060ea4c](https://github.com/nwutils/nw-cli/commit/060ea4cc3efef36afeb964a1dd59eb7b45bb177e))
19+
* **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))
20+
321
## [0.0.1](https://github.com/nwutils/nw-cli/compare/v0.0.0...v0.0.1) (2024-08-26)
422

523

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nwutils/cli",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Command line interface for building NW.js applications",
55
"keywords": [
66
"NW.js",

0 commit comments

Comments
 (0)