diff --git a/CHANGELOG.md b/CHANGELOG.md index d8929dd..54c3d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ 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 @@ -49,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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 530cdd9..4a36342 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.4 +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 c6e9852..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": {