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

Commit 9b7e635

Browse files
committed
v1.8.4
1 parent e8ce3ef commit 9b7e635

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.8.4
2+
3+
* Use proper path for websocket - **[@jkrems](https://github.com/jkrems)** [#12](https://github.com/buggerjs/node-inspect/pull/12)
4+
- [`3405225`](https://github.com/buggerjs/node-inspect/commit/3405225979dfc2058bcc6d1b90f41c060dbd1f92) **fix:** Use proper path for websocket - see: [#11](https://github.com/buggerjs/node-inspect/issues/11)
5+
6+
17
### 1.8.3
28

39
* [`6f9883d`](https://github.com/buggerjs/node-inspect/commit/6f9883d4b29419831133988981b83e891b19739a) **fix:** Breakpoints & scripts work when not paused

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.8.3",
3+
"version": "1.8.4",
44
"description": "Node Inspect",
55
"license": "MIT",
66
"main": "lib/node-inspect.js",

0 commit comments

Comments
 (0)