Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.2"
".": "0.0.3"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down