From c177b65b4b927ca79b5852b3dc62720fa2cee57f Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 16 Mar 2020 15:09:18 +0700 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5c4ade..a412287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "merge-images", - "version": "1.2.0", + "version": "2.0.0", "description": "Easily compose images together without messing around with canvas", "main": "dist/index.umd.js", "module": "dist/index.es2015.js",