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

Commit

Permalink
v1.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jun 3, 2019
1 parent 68035a6 commit 680e738
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 1.11.6

* fix: replace the deprecated "repl.cli" with "repl" - **[@oyyd](/~https://github.com/oyyd)** [#66](/~https://github.com/nodejs/node-inspect/pull/66)
- [`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)
* Address regressions due to changes in node - **[@jkrems](/~https://github.com/jkrems)** [#67](/~https://github.com/nodejs/node-inspect/pull/67)
- [`5b3511e`](/~https://github.com/nodejs/node-inspect/commit/5b3511ef21d0eba8304d8b2fed33f33aae22f308) **fix:** Address regressions due to changes in node


### 1.11.5

* Fix eslint issues - **[@jkrems](/~https://github.com/jkrems)** [#63](/~https://github.com/nodejs/node-inspect/pull/63)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-inspect",
"version": "1.11.5",
"version": "1.11.6",
"description": "Node Inspect",
"license": "MIT",
"main": "lib/_inspect.js",
Expand Down

0 comments on commit 680e738

Please sign in to comment.