From e673786bdc3709a7337e1296fce0370a2ea6fed6 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Fri, 27 Sep 2019 14:50:33 -0700 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de56753..b39cdfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-uri-to-buffer", - "version": "2.0.2", + "version": "3.0.0", "description": "Generate a Buffer instance from a Data URI string", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",