Skip to content

Commit

Permalink
chore(release): 0.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [@segment/analytics-react-native-plugin-mixpanel-v0.2.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-mixpanel-v0.2.0...@segment/analytics-react-native-plugin-mixpanel-v0.2.1) (2022-06-24)

### Bug Fixes

* import MixpanelPlugin from the right package ([#562](#562)) ([d1b6af1](d1b6af1))
* persist user traits across events ([#581](#581)) ([d48ac83](d48ac83))
  • Loading branch information
semantic-release-bot committed Jun 24, 2022
1 parent a6c918c commit 4ffd374
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/plugins/plugin-mixpanel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [@segment/analytics-react-native-plugin-mixpanel-v0.2.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-mixpanel-v0.2.0...@segment/analytics-react-native-plugin-mixpanel-v0.2.1) (2022-06-24)


### Bug Fixes

* import MixpanelPlugin from the right package ([#562](https://github.com/segmentio/analytics-react-native/issues/562)) ([d1b6af1](https://github.com/segmentio/analytics-react-native/commit/d1b6af1f0133549069cb0fb92e32f96a7ca43bf7))
* persist user traits across events ([#581](https://github.com/segmentio/analytics-react-native/issues/581)) ([d48ac83](https://github.com/segmentio/analytics-react-native/commit/d48ac834000a4a81524b30ec1e386f337d55adf2))
2 changes: 1 addition & 1 deletion packages/plugins/plugin-mixpanel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-mixpanel",
"version": "0.2.0",
"version": "0.2.1",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down

0 comments on commit 4ffd374

Please sign in to comment.