Skip to content

Commit d010827

Browse files
chore(release): 10.2.1 [skip ci]
## [10.2.1](react-native-device-info/react-native-device-info@v10.2.0...v10.2.1) (2022-10-05) ### Bug Fixes * **android:** getDeviceName handle new exception beginning API>=32 ([react-native-device-info#1471](react-native-device-info#1471)) ([2364514](react-native-device-info@2364514))
1 parent 2364514 commit d010827

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [10.2.1](https://github.com/react-native-device-info/react-native-device-info/compare/v10.2.0...v10.2.1) (2022-10-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** getDeviceName handle new exception beginning API>=32 ([#1471](https://github.com/react-native-device-info/react-native-device-info/issues/1471)) ([2364514](https://github.com/react-native-device-info/react-native-device-info/commit/2364514aea0caa305f7b96e892f63b58711036c1))
7+
18
# [10.2.0](https://github.com/react-native-device-info/react-native-device-info/compare/v10.1.2...v10.2.0) (2022-09-18)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-device-info",
3-
"version": "10.2.0",
3+
"version": "10.2.1",
44
"description": "Get device information using react-native",
55
"react-native": "src/index.ts",
66
"types": "lib/typescript/index.d.ts",

0 commit comments

Comments
 (0)