diff --git a/CHANGELOG.md b/CHANGELOG.md index b64bdb9..e9dbc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - iOS sample CI: pin `Rokt-Widget` to `5.2.0` and `DcuiSchema` to `2.7.0` (avoids `2.8.x` schema floating under Rokt’s `~> 2.6` and breaking `RoktUXHelper` Swift compile); GitHub Actions stays on Xcode 16.x +## [3.1.3] - 2026-06-02 + +### Added + +- Add pinningDisabled option in Expo ([#334](https://github.com/mParticle/react-native-mparticle/pull/334)) + ## [3.1.2] - 2026-05-28 ### Fixed @@ -413,7 +419,8 @@ Initial rewrite as a React Native module. - Initial release with core mParticle SDK integration -[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.2...HEAD +[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.3...HEAD +[3.1.3]: https://github.com/mParticle/react-native-mparticle/compare/3.1.2...3.1.3 [3.1.2]: https://github.com/mParticle/react-native-mparticle/compare/3.1.1...3.1.2 [3.1.1]: https://github.com/mParticle/react-native-mparticle/compare/3.1.0...3.1.1 [3.1.0]: https://github.com/mParticle/react-native-mparticle/compare/3.0.0...3.1.0 diff --git a/VERSION b/VERSION index ef538c2..ff365e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.2 +3.1.3 diff --git a/package.json b/package.json index 3b7cdeb..f6682a3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "homepage": "https://www.mparticle.com", "license": "Apache-2.0", "repository": "mParticle/react-native-mparticle", - "version": "3.1.2", + "version": "3.1.3", "main": "lib/index.js", "types": "lib/index.d.ts", "react-native": "js/index",