Skip to content

Commit 6feb744

Browse files
chore: release 3.1.2 (#333)
Co-authored-by: jamesnrokt <182576425+jamesnrokt@users.noreply.github.com>
1 parent c84d03a commit 6feb744

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.1.2] - 2026-05-28
11+
12+
### Fixed
13+
14+
- Bound android kit upper version in expo config plugin ([#332](https://github.com/mParticle/react-native-mparticle/pull/332))
15+
1016
## [3.1.1] - 2026-05-27
1117

1218
### Fixed
@@ -399,7 +405,8 @@ Initial rewrite as a React Native module.
399405

400406
- Initial release with core mParticle SDK integration
401407

402-
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.1...HEAD
408+
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.2...HEAD
409+
[3.1.2]: https://github.com/mParticle/react-native-mparticle/compare/3.1.1...3.1.2
403410
[3.1.1]: https://github.com/mParticle/react-native-mparticle/compare/3.1.0...3.1.1
404411
[3.1.0]: https://github.com/mParticle/react-native-mparticle/compare/3.0.0...3.1.0
405412
[3.0.0]: https://github.com/mParticle/react-native-mparticle/compare/2.9.2...3.0.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1
1+
3.1.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://www.mparticle.com",
55
"license": "Apache-2.0",
66
"repository": "mParticle/react-native-mparticle",
7-
"version": "3.1.1",
7+
"version": "3.1.2",
88
"main": "lib/index.js",
99
"types": "lib/index.d.ts",
1010
"react-native": "js/index",

0 commit comments

Comments
 (0)