From 754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9 Mon Sep 17 00:00:00 2001 From: doowb Date: Mon, 24 Jun 2019 16:32:04 -0400 Subject: [PATCH] 1.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d199f1c..0581c46 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.1", + "version": "1.3.2", "homepage": "https://github.com/jonschlinkert/mixin-deep", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/mixin-deep",