From 2b0ebed84beef245aca69dceda9bfa92d97e697e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Jan 2023 19:12:42 +0000 Subject: [PATCH] chore(release): 0.3.0 [skip ci] ## [@segment/analytics-react-native-plugin-mixpanel-v0.3.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-mixpanel-v0.2.4...@segment/analytics-react-native-plugin-mixpanel-v0.3.0) (2023-01-09) ### Features * added errorHandler option to client ([#713](https://github.com/segmentio/analytics-react-native/issues/713)) ([b95788b](https://github.com/segmentio/analytics-react-native/commit/b95788ba8ecb547ffc9f43ba94f628c25f3660d1)) --- packages/plugins/plugin-mixpanel/CHANGELOG.md | 7 +++++++ packages/plugins/plugin-mixpanel/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/plugins/plugin-mixpanel/CHANGELOG.md b/packages/plugins/plugin-mixpanel/CHANGELOG.md index 513c1cfbf..894aa3a21 100644 --- a/packages/plugins/plugin-mixpanel/CHANGELOG.md +++ b/packages/plugins/plugin-mixpanel/CHANGELOG.md @@ -1,3 +1,10 @@ +## [@segment/analytics-react-native-plugin-mixpanel-v0.3.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-mixpanel-v0.2.4...@segment/analytics-react-native-plugin-mixpanel-v0.3.0) (2023-01-09) + + +### Features + +* added errorHandler option to client ([#713](https://github.com/segmentio/analytics-react-native/issues/713)) ([b95788b](https://github.com/segmentio/analytics-react-native/commit/b95788ba8ecb547ffc9f43ba94f628c25f3660d1)) + ## [@segment/analytics-react-native-plugin-mixpanel-v0.2.4](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-mixpanel-v0.2.3...@segment/analytics-react-native-plugin-mixpanel-v0.2.4) (2022-11-01) diff --git a/packages/plugins/plugin-mixpanel/package.json b/packages/plugins/plugin-mixpanel/package.json index 6e290f903..ab055a31e 100644 --- a/packages/plugins/plugin-mixpanel/package.json +++ b/packages/plugins/plugin-mixpanel/package.json @@ -1,6 +1,6 @@ { "name": "@segment/analytics-react-native-plugin-mixpanel", - "version": "0.2.4", + "version": "0.3.0", "description": "The hassle-free way to add Segment analytics to your React-Native app.", "main": "lib/commonjs/index", "scripts": {