diff --git a/CHANGELOG.md b/CHANGELOG.md index 790dffe..54c3d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,53 +9,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] - 2026-01-13 + ### Added - Added support for Rokt Kit plugin ## [2.2.4] - 2023-03-14 - ### Fixed - Setting GDPR Consents on iOS ([#23](https://github.com/mParticle/cordova-plugin-mparticle/issues/23)) ([c13eaa7](https://github.com/mParticle/cordova-plugin-mparticle/commit/c13eaa7f3e68fb3a510de75c25831c44ce716dc9)) ## [2.2.3] - 2023-01-09 - ### Fixed - 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] - 2022-09-29 - ### Fixed - Fix ProductActions getting mapped to PromotionActions ([#16](https://github.com/mParticle/cordova-plugin-mparticle/issues/16)) ([85ab4c7](https://github.com/mParticle/cordova-plugin-mparticle/commit/85ab4c7c67a16e93879e8488760baeec3abda650)) ## [2.2.1] - 2022-05-19 - ### Fixed - Update Android usage of info -> customAttributes ([#15](https://github.com/mParticle/cordova-plugin-mparticle/issues/15)) ([dc8830b](https://github.com/mParticle/cordova-plugin-mparticle/commit/dc8830b05ff8ae4401c3c731eb023cb3f4dfa200)) ## [2.2.0] - 2022-05-06 - ### Changed - Update MParticle Android SDK to 5.38.1 ([05e3e5d](https://github.com/mParticle/cordova-plugin-mparticle/commit/05e3e5db7cecc01cf6a74bb8b10ef141dfc22c7c)) ## [2.1.0] - 2022-05-06 - ### Added - Add GDPR and CCPA Consent ([#13](https://github.com/mParticle/cordova-plugin-mparticle/issues/13)) ([60368be](https://github.com/mParticle/cordova-plugin-mparticle/commit/60368be9d9ec8f471bc8d5a7b479ed0ce7d9f05e)) -[unreleased]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.4...HEAD +[unreleased]: https://github.com/mParticle/cordova-plugin-mparticle/compare/3.0.0...HEAD +[3.0.0]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.4...3.0.0 [2.2.4]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.3...2.2.4 [2.2.3]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.2...2.2.3 [2.2.2]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.1...2.2.2 diff --git a/Kits/Rokt/package.json b/Kits/Rokt/package.json index 3a1e7dd..221b147 100644 --- a/Kits/Rokt/package.json +++ b/Kits/Rokt/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-mparticle-kits-rokt", - "version": "2.2.4", + "version": "3.0.0", "description": "Adds support for Rokt to your Cordova project", "homepage": "https://www.mparticle.com", "repository": { diff --git a/VERSION b/VERSION index 0476155..4a36342 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.4 \ No newline at end of file +3.0.0 diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 0f33970..075f5b1 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-plugin-mparticle", - "version": "2.2.4", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-plugin-mparticle", - "version": "2.2.4", + "version": "3.0.0", "license": "Apache-2.0", "devDependencies": { "eslint": "^4.19.1", diff --git a/plugin/package.json b/plugin/package.json index 7d68d10..ae5282b 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-mparticle", - "version": "2.2.4", + "version": "3.0.0", "description": "Cordova plugin for mParticle", "homepage": "https://www.mparticle.com", "repository": { @@ -10,9 +10,9 @@ }, "license": "Apache-2.0", "publishConfig": { - "access": "public", - "provenance": true, - "registry": "https://registry.npmjs.org/" + "access": "public", + "provenance": true, + "registry": "https://registry.npmjs.org/" }, "main": "www/mparticle.js", "scripts": { @@ -42,4 +42,4 @@ "ios" ] } -} \ No newline at end of file +}