From dcee6edfd0e216ab0139242668079bff6310fcf0 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 12 Jul 2021 12:40:26 -0700 Subject: [PATCH] v1.11.0 - [New] `customInspect`: add `symbol` option, to mimic modern util.inspect behavior --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 740a2d3..f568287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "object-inspect", - "version": "1.10.3", + "version": "1.11.0", "description": "string representations of objects in node and the browser", "main": "index.js", "devDependencies": {