diff --git a/packages/GA4Client/CHANGELOG.md b/packages/GA4Client/CHANGELOG.md index c6519d4..d60f83a 100644 --- a/packages/GA4Client/CHANGELOG.md +++ b/packages/GA4Client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/compare/v1.3.1...v1.4.0) (2024-03-01) + + +### Features + +* Add support for Consent State ([#56](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/issues/56)) ([388c346](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/commit/388c346c5074917b32f8db8062c7d815b05cd66a)) + ## [1.3.1](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/compare/v1.3.0...v1.3.1) (2023-11-29) diff --git a/packages/GA4Client/package-lock.json b/packages/GA4Client/package-lock.json index 9d11ee1..e93f542 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.1", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mparticle/web-google-analytics-4-client-kit", - "version": "1.3.1", + "version": "1.4.0", "license": "Apache-2.0", "dependencies": { "@mparticle/web-sdk": "^2.12.2", diff --git a/packages/GA4Client/package.json b/packages/GA4Client/package.json index f79866b..e7dddeb 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.1", + "version": "1.4.0", "author": "mParticle Developers (https://www.mparticle.com)", "description": "mParticle integration sdk for Google Analytics", "main": "dist/GoogleAnalytics4EventForwarderClientSide-Kit.common.js",