From 1a323811d0fd590bd17a7dbf0a609909aed050d0 Mon Sep 17 00:00:00 2001 From: James Hill Date: Mon, 27 Jun 2022 14:47:47 +0100 Subject: [PATCH] chore: bumped ga4 package version --- packages/ga4/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/ga4/package.json b/packages/ga4/package.json index a5099b2..4162a7b 100644 --- a/packages/ga4/package.json +++ b/packages/ga4/package.json @@ -1,6 +1,6 @@ { "name": "@minimal-analytics/ga4", - "version": "1.8.2", + "version": "1.8.3", "description": "A tiny (2KB GZipped) version of GA4, complete with page view, engagement, scroll and click tracking", "author": "James Hill ", "homepage": "https://github.com/jahilldev/minimal-analytics/tree/main/packages/ga4#readme", @@ -24,7 +24,8 @@ "performance", "analytics", "lightweight", - "tracking" + "tracking", + "google" ], "publishConfig": { "registry": "https://registry.npmjs.org",