From ff3f3275ca14d80103461c8892ed164fea0741dc Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 25 Dec 2017 23:46:07 -0800 Subject: [PATCH] v1.5.0 - [New] add `quoteStyle` option - [Tests] require 0.6 to pass - [Tests] add more test coverage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb94b14..5f2a46e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "object-inspect", - "version": "1.4.1", + "version": "1.5.0", "description": "string representations of objects in node and the browser", "main": "index.js", "devDependencies": {