From a4bcf3ef9cdc144c4c39ff8f1e1f566f338c477e Mon Sep 17 00:00:00 2001 From: doowb Date: Wed, 7 Feb 2018 11:04:29 -0500 Subject: [PATCH] 1.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87d63ea..d199f1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mixin-deep", "description": "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.", - "version": "1.3.0", + "version": "1.3.1", "homepage": "https://github.com/jonschlinkert/mixin-deep", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/mixin-deep",