From 14b59ee38a6b1773a2f373ae8999aa321f9210da Mon Sep 17 00:00:00 2001 From: mparticle-bot Date: Mon, 9 Jan 2023 19:14:28 +0000 Subject: [PATCH] chore(release): 2.2.3 ## [2.2.3](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.2...2.2.3) (2023-01-09) ### Bug Fixes * Android Consent now retains previously Set Consent States ([#22](https://github.com/mParticle/cordova-plugin-mparticle/issues/22)) ([c5ce970](https://github.com/mParticle/cordova-plugin-mparticle/commit/c5ce97014b9cefc86c878f899472848c1d3fa6f7)) --- CHANGELOG.md | 7 +++++++ plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a905061..692f207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.3](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.2...2.2.3) (2023-01-09) + + +### Bug Fixes + +* Android Consent now retains previously Set Consent States ([#22](https://github.com/mParticle/cordova-plugin-mparticle/issues/22)) ([c5ce970](https://github.com/mParticle/cordova-plugin-mparticle/commit/c5ce97014b9cefc86c878f899472848c1d3fa6f7)) + ## [2.2.2](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.1...2.2.2) (2022-09-29) diff --git a/plugin/package.json b/plugin/package.json index bbf73b4..1727919 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-mparticle", - "version": "2.2.2", + "version": "2.2.3", "description": "Cordova plugin for mParticle", "homepage": "https://www.mparticle.com", "repository": "mParticle/cordova-plugin-mparticle",