From 099460306e59ee2cbd9117e2b430e808ad19f5c0 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 27 Sep 2021 03:10:44 -0700 Subject: [PATCH] 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1c6f33..e4f7357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-uri-to-buffer", - "version": "3.0.1", + "version": "4.0.0", "description": "Generate a Buffer instance from a Data URI string", "type": "module", "main": "dist/index.js",