Skip to content

Commit

Permalink
chore(release): v0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 30, 2023
1 parent a399f0e commit 19e0235
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.3.0](https://github.com/iloveitaly/better-node-inspect/compare/v0.2.0...v0.3.0) (2023-07-30)


### Bug Fixes

* adding pause on exception state validation ([6e92c0a](https://github.com/iloveitaly/better-node-inspect/commit/6e92c0ab4931c513df95ec851c5095819a1c99fe))
* toFile repl helper ([8f89e6c](https://github.com/iloveitaly/better-node-inspect/commit/8f89e6c9450b6575348bca0ddd7ccb8c8dc7eba4))


### Features

* inspectObject and writeStdout repl helpers ([02db4fb](https://github.com/iloveitaly/better-node-inspect/commit/02db4fb403df31387c24e588ad9e8048fb83424d))
* pull string from clipboard repl globals ([b1f3026](https://github.com/iloveitaly/better-node-inspect/commit/b1f3026c19e3148a4b7b2df88d5f1de8b41a0c55))
* support equal-style arguments in command line parser ([84093aa](https://github.com/iloveitaly/better-node-inspect/commit/84093aacd44e375cb00f24d5692b8f4f11a1b206))



# [0.2.0](https://github.com/iloveitaly/better-node-inspect/compare/v0.1.0...v0.2.0) (2023-07-29)


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
Expand Up @@ -7,7 +7,7 @@
"inspect",
"cli"
],
"version": "0.2.0",
"version": "0.3.0",
"description": "A modern node inspector optimized for command line usage (like ipython, pry, iex, etc.)",
"homepage": "https://github.com/iloveitaly/better-node-inspect",
"main": "index.js",
Expand Down

0 comments on commit 19e0235

Please sign in to comment.