From cffc9274082f353b2ca86e5d317044673a410e2a Mon Sep 17 00:00:00 2001 From: Damon Oehlman Date: Thu, 8 Oct 2020 22:25:06 +1000 Subject: [PATCH] 5.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 473de8d..bf9057c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "detect-browser", - "version": "5.1.1", + "version": "5.2.0", "description": "Unpack a browser type and version from the useragent string", "main": "index.js", "module": "es/index.js",