You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Highlights:
* The `node-inspect` test suite passes against latest master.
* Removes use of deprecated `repl.rli`.
Compare: nodejs/node-inspect@v1.11.5...v1.11.6
Copy file name to clipboardExpand all lines: deps/node-inspect/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
### 1.11.6
2
+
3
+
* fix: replace the deprecated "repl.cli" with "repl" - **[@oyyd](https://github.com/oyyd)**[#66](https://github.com/nodejs/node-inspect/pull/66)
4
+
-[`5c1d771`](https://github.com/nodejs/node-inspect/commit/5c1d7716523b73e26f98f4f594ee34b7daa920a0)**fix:** replace the deprecated "repl.cli" with "repl" - see: [26260](Refs: https://github.com/nodejs/node/pull/26260)
5
+
* Address regressions due to changes in node - **[@jkrems](https://github.com/jkrems)**[#67](https://github.com/nodejs/node-inspect/pull/67)
6
+
-[`5b3511e`](https://github.com/nodejs/node-inspect/commit/5b3511ef21d0eba8304d8b2fed33f33aae22f308)**fix:** Address regressions due to changes in node
0 commit comments