From a1f9fc4dfaed76e043b54cfdf84361e2a1e7a354 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 19 Sep 2021 15:20:58 +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 6639f6c..46dd21d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-jpg", - "version": "2.0.0", + "version": "3.0.0", "description": "Check if a Buffer/Uint8Array is a JPEG image", "license": "MIT", "repository": "sindresorhus/is-jpg",