Skip to content

Commit

Permalink
chore(release): v0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 15, 2023
1 parent 9295548 commit 2a068e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 0.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
@@ -1,6 +1,6 @@
{
"name": "better-node-inspect",
"version": "0.0.1",
"version": "0.1.0",
"description": "A command line node debugger that isn't terrible",
"main": "index.js",
"bin": "bin/run.js",
Expand Down

0 comments on commit 2a068e0

Please sign in to comment.