From 546e6f1348375d8a486f21da07b20717267f6c49 Mon Sep 17 00:00:00 2001 From: Damon Oehlman Date: Sun, 5 Dec 2021 08:34:01 +1000 Subject: [PATCH] 5.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a17174c..3d0b9a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "detect-browser", - "version": "5.2.1", + "version": "5.3.0", "description": "Unpack a browser type and version from the useragent string", "main": "index.js", "module": "es/index.js",