From 1fe2a76b59188ec606e5277d5a66ba0b17c0ce08 Mon Sep 17 00:00:00 2001 From: jamesnrokt <182576425+jamesnrokt@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:05:09 +0000 Subject: [PATCH 1/2] chore: bump version to 2.9.1 --- CHANGELOG.md | 3 ++- VERSION | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c475aab..2f39cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -345,7 +345,8 @@ Initial rewrite as a React Native module. - Initial release with core mParticle SDK integration -[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/2.9.0...HEAD +[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/2.9.1...HEAD +[2.9.1]: https://github.com/mParticle/react-native-mparticle/compare/2.9.0...2.9.1 [2.9.0]: https://github.com/mParticle/react-native-mparticle/compare/2.8.1...2.9.0 [2.8.1]: https://github.com/mParticle/react-native-mparticle/compare/2.8.0...2.8.1 [2.8.0]: https://github.com/mParticle/react-native-mparticle/compare/v2.7.13...2.8.0 diff --git a/VERSION b/VERSION index c8e38b6..dedcc7d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.0 +2.9.1 diff --git a/package.json b/package.json index d209a13..916e54e 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": "2.9.0", + "version": "2.9.1", "main": "lib/index.js", "types": "lib/index.d.ts", "react-native": "js/index", From 4cd7a5a2725ecc8a8494846dfb3df5cb878c358b Mon Sep 17 00:00:00 2001 From: James Newman Date: Wed, 18 Mar 2026 11:17:40 -0400 Subject: [PATCH 2/2] Update CHANGELOG for version 2.9.1 changes --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f39cf8..1b0c8c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +## [2.9.1] - 2026-03-18 + +### Changed + +- Add Additonal Diagnostic Logs ([#292](https://github.com/mParticle/react-native-mparticle/pull/292)) +- Bump ffurrer2/extract-release-notes from 3.0.0 to 3.1.0 ([#295](https://github.com/mParticle/react-native-mparticle/pull/295)) +- Bump actions/create-github-app-token from 2.2.1 to 3.0.0 ([#294](https://github.com/mParticle/react-native-mparticle/pull/294)) +- Bump ncipollo/release-action from 1.20.0 to 1.21.0 ([#293](https://github.com/mParticle/react-native-mparticle/pull/293)) +- Bump actions/checkout from 4 to 6 ([#290](https://github.com/mParticle/react-native-mparticle/pull/290)) +- Bump actions/setup-node from 4 to 6 ([#291](https://github.com/mParticle/react-native-mparticle/pull/291)) + ## [2.9.0] - 2026-03-06 ### Added