From 238ef9fe0e1f470d6719ed0392572e940c0c3d78 Mon Sep 17 00:00:00 2001 From: Phi Date: Fri, 22 Aug 2025 16:42:28 -0700 Subject: [PATCH] update version to 2.x.x --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 096a43f..ccfb4c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "UAParser.js", "name": "@amplitude/ua-parser-js", - "version": "0.7.33", + "version": "2.0.4", "author": "Faisal Salman (http://faisalman.com)", "description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment", "keywords": [ @@ -198,5 +198,8 @@ "type": "paypal", "url": "https://paypal.me/faisalman" } - ] + ], + "dependencies": { + "ua-parser-js": "^2.0.4" + } }