Skip to content

Commit cd3494d

Browse files
chore: release 3.1.1 (#330)
Co-authored-by: thomson-t <125323226+thomson-t@users.noreply.github.com>
1 parent 121f45a commit cd3494d

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.1.1] - 2026-05-27
11+
12+
### Fixed
13+
14+
- Pin android-core upper bound to prevent 6.0.0-rc.1 pull (#710) ([#329](https://github.com/mParticle/react-native-mparticle/pull/329))
15+
16+
### Changed
17+
18+
- Bump @tootallnate/once from 2.0.0 to 2.0.1 ([#328](https://github.com/mParticle/react-native-mparticle/pull/328))
19+
- Bump actions/create-github-app-token from 3.1.1 to 3.2.0 ([#327](https://github.com/mParticle/react-native-mparticle/pull/327))
20+
1021
## [3.1.0] - 2026-05-14
1122

1223
### Added
@@ -388,7 +399,8 @@ Initial rewrite as a React Native module.
388399

389400
- Initial release with core mParticle SDK integration
390401

391-
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.0...HEAD
402+
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.1...HEAD
403+
[3.1.1]: https://github.com/mParticle/react-native-mparticle/compare/3.1.0...3.1.1
392404
[3.1.0]: https://github.com/mParticle/react-native-mparticle/compare/3.0.0...3.1.0
393405
[3.0.0]: https://github.com/mParticle/react-native-mparticle/compare/2.9.2...3.0.0
394406
[2.9.2]: https://github.com/mParticle/react-native-mparticle/compare/2.9.1...2.9.2

VERSION

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

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.0",
7+
"version": "3.1.1",
88
"main": "lib/index.js",
99
"types": "lib/index.d.ts",
1010
"react-native": "js/index",

0 commit comments

Comments
 (0)