Skip to content

Commit

Permalink
chore(docs): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Apr 21, 2024
1 parent dee0fe9 commit d9e3158
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### Changed

- Allow passing unknown options to `nw` via `commander` acting as parser.

## [0.86.0-3]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"postinstall": "node src/postinstall.js",
"test": "vitest run",
"demo": "nw ./test/app"
"demo": "nw ./test/app --log-level=verbose"
},
"files": [
"bin",
Expand Down

0 comments on commit d9e3158

Please sign in to comment.