From 8340a2b2ecdcda10efab2d36cb5bf4f89a969858 Mon Sep 17 00:00:00 2001 From: thomson-t <125323226+thomson-t@users.noreply.github.com> Date: Wed, 27 May 2026 20:33:22 +0000 Subject: [PATCH] chore: bump version to 3.1.1 --- CHANGELOG.md | 14 +++++++++++++- VERSION | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b7ca1..a4a69b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.1] - 2026-05-27 + +### Fixed + +- Pin android-core upper bound to prevent 6.0.0-rc.1 pull (#710) ([#329](https://github.com/mParticle/react-native-mparticle/pull/329)) + +### Changed + +- Bump @tootallnate/once from 2.0.0 to 2.0.1 ([#328](https://github.com/mParticle/react-native-mparticle/pull/328)) +- Bump actions/create-github-app-token from 3.1.1 to 3.2.0 ([#327](https://github.com/mParticle/react-native-mparticle/pull/327)) + ## [3.1.0] - 2026-05-14 ### Added @@ -388,7 +399,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.0...HEAD +[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.1...HEAD +[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 [3.0.0]: https://github.com/mParticle/react-native-mparticle/compare/2.9.2...3.0.0 [2.9.2]: https://github.com/mParticle/react-native-mparticle/compare/2.9.1...2.9.2 diff --git a/VERSION b/VERSION index fd2a018..94ff29c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 +3.1.1 diff --git a/package.json b/package.json index 8781818..ba89fcf 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.0", + "version": "3.1.1", "main": "lib/index.js", "types": "lib/index.d.ts", "react-native": "js/index",