Skip to content

Commit

Permalink
chore(release): v0.3.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 4, 2023
1 parent 2c19b7a commit 51c4af0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
19 changes: 9 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.3.3](https://github.com/iloveitaly/better-node-inspect/compare/v0.3.2...v0.3.3) (2023-08-04)


### Bug Fixes

* missing import in legacy argument parser ([210888d](https://github.com/iloveitaly/better-node-inspect/commit/210888da983025a8337a3e481c251ffa95956d01))



## [0.3.2](https://github.com/iloveitaly/better-node-inspect/compare/v0.3.1...v0.3.2) (2023-08-03)


Expand Down Expand Up @@ -43,13 +52,3 @@



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


### Features

* add pretty-print to debugger repl ([9295548](https://github.com/iloveitaly/better-node-inspect/commit/92955488424e23c1546c6c96021a45c21ce84a98))
* transform `import` into `await import()` in the repl ([0471b8d](https://github.com/iloveitaly/better-node-inspect/commit/0471b8d211a099f7b6ab5d38e6f56d936630ff4a))



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.3.2",
"version": "0.3.3",
"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 51c4af0

Please sign in to comment.