Skip to content

Commit 6f75e5d

Browse files
chore: release 2.9.1 (#296)
Co-authored-by: jamesnrokt <182576425+jamesnrokt@users.noreply.github.com> Co-authored-by: James Newman <james.newman@rokt.com>
1 parent 8d3b6bc commit 6f75e5d

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
## [2.9.1] - 2026-03-18
11+
12+
### Changed
13+
14+
- Add Additonal Diagnostic Logs ([#292](https://github.com/mParticle/react-native-mparticle/pull/292))
15+
- Bump ffurrer2/extract-release-notes from 3.0.0 to 3.1.0 ([#295](https://github.com/mParticle/react-native-mparticle/pull/295))
16+
- Bump actions/create-github-app-token from 2.2.1 to 3.0.0 ([#294](https://github.com/mParticle/react-native-mparticle/pull/294))
17+
- Bump ncipollo/release-action from 1.20.0 to 1.21.0 ([#293](https://github.com/mParticle/react-native-mparticle/pull/293))
18+
- Bump actions/checkout from 4 to 6 ([#290](https://github.com/mParticle/react-native-mparticle/pull/290))
19+
- Bump actions/setup-node from 4 to 6 ([#291](https://github.com/mParticle/react-native-mparticle/pull/291))
20+
821
## [2.9.0] - 2026-03-06
922

1023
### Added
@@ -345,7 +358,8 @@ Initial rewrite as a React Native module.
345358

346359
- Initial release with core mParticle SDK integration
347360

348-
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/2.9.0...HEAD
361+
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/2.9.1...HEAD
362+
[2.9.1]: https://github.com/mParticle/react-native-mparticle/compare/2.9.0...2.9.1
349363
[2.9.0]: https://github.com/mParticle/react-native-mparticle/compare/2.8.1...2.9.0
350364
[2.8.1]: https://github.com/mParticle/react-native-mparticle/compare/2.8.0...2.8.1
351365
[2.8.0]: https://github.com/mParticle/react-native-mparticle/compare/v2.7.13...2.8.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.0
1+
2.9.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": "2.9.0",
7+
"version": "2.9.1",
88
"main": "lib/index.js",
99
"types": "lib/index.d.ts",
1010
"react-native": "js/index",

0 commit comments

Comments
 (0)