From e39ad289e71726621466ba2cc7154a8eef452c23 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Fri, 29 May 2020 17:51:05 -0700 Subject: [PATCH] 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fd9e14..c864768 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-uri-to-buffer", - "version": "3.0.0", + "version": "3.0.1", "description": "Generate a Buffer instance from a Data URI string", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",