From 1c76b4a2c3070d26bed84a8a06a19f8ec4a04c0c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 15 Jan 2023 11:33:13 +0700 Subject: [PATCH] 18.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdbf786e..5222fac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-type", - "version": "18.1.0", + "version": "18.2.0", "description": "Detect the file type of a Buffer/Uint8Array/ArrayBuffer", "license": "MIT", "repository": "sindresorhus/file-type",