diff --git a/packages/plugins/plugin-device-token/CHANGELOG.md b/packages/plugins/plugin-device-token/CHANGELOG.md index 110b303a..87d8141c 100644 --- a/packages/plugins/plugin-device-token/CHANGELOG.md +++ b/packages/plugins/plugin-device-token/CHANGELOG.md @@ -1,3 +1,10 @@ +## [@segment/analytics-react-native-plugin-device-token-v1.0.2](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-device-token-v1.0.1...@segment/analytics-react-native-plugin-device-token-v1.0.2) (2023-06-02) + + +### Bug Fixes + +* fix flush policies reference copy, add BackgroundPolicy ([#838](https://github.com/segmentio/analytics-react-native/issues/838)) ([e4b558a](https://github.com/segmentio/analytics-react-native/commit/e4b558a95e250b1b21d677e08ffeb02a4015bda6)) + ## [@segment/analytics-react-native-plugin-device-token-v1.0.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-device-token-v1.0.0...@segment/analytics-react-native-plugin-device-token-v1.0.1) (2023-04-18) diff --git a/packages/plugins/plugin-device-token/package.json b/packages/plugins/plugin-device-token/package.json index ae9738c3..d5f85a0d 100644 --- a/packages/plugins/plugin-device-token/package.json +++ b/packages/plugins/plugin-device-token/package.json @@ -1,6 +1,6 @@ { "name": "@segment/analytics-react-native-plugin-device-token", - "version": "1.0.1", + "version": "1.0.2", "description": "The hassle-free way to add Segment analytics to your React-Native app.", "main": "lib/commonjs/index", "scripts": {