Skip to content

Commit

Permalink
chore(release): v0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 29, 2023
1 parent fa13bf3 commit 607184a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# 0.1.0 (2023-07-15)
# [0.2.0](https://github.com/iloveitaly/better-node-inspect/compare/v0.1.0...v0.2.0) (2023-07-29)


### Features

* hook in new argument parser to existing node inspector code ([fa13bf3](https://github.com/iloveitaly/better-node-inspect/commit/fa13bf3f31eff92b1b995f740d3cae69a25d4a68))
* more flexible argument parser ([7a497f5](https://github.com/iloveitaly/better-node-inspect/commit/7a497f56b998591726b8504648c2f3cef4faeaf9))



# [0.1.0](https://github.com/iloveitaly/better-node-inspect/compare/0471b8d211a099f7b6ab5d38e6f56d936630ff4a...v0.1.0) (2023-07-15)


### Features
Expand Down
2 changes: 1 addition & 1 deletion 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": "better-node-inspect",
"version": "0.1.0",
"version": "0.2.0",
"description": "A command line node debugger that isn't terrible",
"main": "index.js",
"bin": "bin/run.js",
Expand Down

0 comments on commit 607184a

Please sign in to comment.