From c823e6f66e85c1c3aca345f2769709236b3d6e88 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Wed, 29 Nov 2023 15:40:45 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/compare/v1.3.0...v1.3.1) (2023-11-29) ### Bug Fixes * Add check for cleansing callback; replace error with warn ([7184c2b](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/commit/7184c2b10005db7a1486df62576b1c6ef676eb0b)) --- packages/GA4Client/CHANGELOG.md | 7 +++++++ packages/GA4Client/package-lock.json | 4 ++-- packages/GA4Client/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/packages/GA4Client/CHANGELOG.md b/packages/GA4Client/CHANGELOG.md index af46f11..c6519d4 100644 --- a/packages/GA4Client/CHANGELOG.md +++ b/packages/GA4Client/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/compare/v1.3.0...v1.3.1) (2023-11-29) + + +### Bug Fixes + +* Add check for cleansing callback; replace error with warn ([7184c2b](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/commit/7184c2b10005db7a1486df62576b1c6ef676eb0b)) + # [1.3.0](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/compare/v1.2.0...v1.3.0) (2023-10-02) diff --git a/packages/GA4Client/package-lock.json b/packages/GA4Client/package-lock.json index 565df79..9d11ee1 100644 --- a/packages/GA4Client/package-lock.json +++ b/packages/GA4Client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/web-google-analytics-4-client-kit", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mparticle/web-google-analytics-4-client-kit", - "version": "1.3.0", + "version": "1.3.1", "license": "Apache-2.0", "dependencies": { "@mparticle/web-sdk": "^2.12.2", diff --git a/packages/GA4Client/package.json b/packages/GA4Client/package.json index 6590d33..f79866b 100644 --- a/packages/GA4Client/package.json +++ b/packages/GA4Client/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/web-google-analytics-4-client-kit", - "version": "1.3.0", + "version": "1.3.1", "author": "mParticle Developers (https://www.mparticle.com)", "description": "mParticle integration sdk for Google Analytics", "main": "dist/GoogleAnalytics4EventForwarderClientSide-Kit.common.js",