From 6f30be08a023839036978875685fe10f43383d70 Mon Sep 17 00:00:00 2001 From: Damon Oehlman Date: Sat, 7 Mar 2020 15:35:51 +1100 Subject: [PATCH] 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1c7576..76d989a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "detect-browser", - "version": "4.8.0", + "version": "5.0.0", "description": "Unpack a browser type and version from the useragent string", "main": "index.js", "module": "es/index.js",