From 44850b48de1978aa27877dde0228ac463ad510a7 Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Wed, 23 Nov 2016 20:15:41 -0800 Subject: [PATCH] 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4ac01f..ae282bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stringify-object", - "version": "3.0.0", + "version": "3.1.0", "description": "Stringify an object/array like JSON.stringify just without all the double-quotes", "license": "BSD-2-Clause", "repository": "yeoman/stringify-object",