Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit ad0dd3c

Browse files
committed
v1.11.1
1 parent 8ef696d commit ad0dd3c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 1.11.1
2+
3+
* Prefer --inspect-brk over --debug-brk - **[@ofrobots](https://github.com/ofrobots)** [#43](https://github.com/nodejs/node-inspect/pull/43)
4+
- [`2c1ed27`](https://github.com/nodejs/node-inspect/commit/2c1ed27ee44d9aebb3c5ac50039abae8166a54e3) **fix:** use --inspect-brk with Node 8+
5+
6+
17
### 1.11.0
28

39
* doc: add profile and heap to help - **[@joshgav](https://github.com/joshgav)** [#39](https://github.com/nodejs/node-inspect/pull/39)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-inspect",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Node Inspect",
55
"license": "MIT",
66
"main": "lib/_inspect.js",

0 commit comments

Comments
 (0)