mixpanel-react-native
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -12,3 +12,3 @@ /** | ||
const mixpanel = await Mixpanel.init("token"); | ||
expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", false, {"$lib_version": "1.4.1", "mp_lib": "react-native"}); | ||
expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", false, {"$lib_version": "1.4.2", "mp_lib": "react-native"}); | ||
}); | ||
@@ -19,3 +19,3 @@ | ||
mixpanel.init(true, {"super": "property"}) | ||
expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", true, {"$lib_version": "1.4.1", "mp_lib": "react-native", "super": "property"}); | ||
expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", true, {"$lib_version": "1.4.2", "mp_lib": "react-native", "super": "property"}); | ||
}); | ||
@@ -22,0 +22,0 @@ |
# | ||
## [v1.4.2](https://github.com/mixpanel/mixpanel-react-native/tree/v1.4.2) (2022-05-21) | ||
### Enhancements | ||
- bump versions to remove survey [\#140](https://github.com/mixpanel/mixpanel-react-native/pull/140) | ||
# | ||
## [v1.4.1](https://github.com/mixpanel/mixpanel-react-native/tree/v1.4.1) (2022-05-09) | ||
@@ -201,1 +209,3 @@ | ||
{ | ||
"name": "mixpanel-react-native", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Official React Native Tracking Library for Mixpanel Analytics", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2067508