Skip to content

Commit

Permalink
chore(release): 9.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [9.0.2](react-native-device-info/react-native-device-info@v9.0.1...v9.0.2) (2022-06-04)

### Bug Fixes

* **example, windows:** Define an explicit 10.0 in example project to use latest windows 10 sdk ([#1424](react-native-device-info/react-native-device-info#1424)) ([2b2abfd](react-native-device-info/react-native-device-info@2b2abfd)), closes [#1288](react-native-device-info/react-native-device-info#1288)
  • Loading branch information
WictorWilnd authored and semantic-release-bot committed Aug 26, 2023
1 parent 2b2abfd commit bfac5ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.0.2](https://github.com/react-native-device-info/react-native-device-info/compare/v9.0.1...v9.0.2) (2022-06-04)


### Bug Fixes

* **example, windows:** Define an explicit 10.0 in example project to use latest windows 10 sdk ([#1424](https://github.com/react-native-device-info/react-native-device-info/issues/1424)) ([92c4db6](https://github.com/react-native-device-info/react-native-device-info/commit/92c4db6e543377485736920a94558e1d0ab4885c)), closes [#1288](https://github.com/react-native-device-info/react-native-device-info/issues/1288)

## [9.0.1](https://github.com/react-native-device-info/react-native-device-info/compare/v9.0.0...v9.0.1) (2022-06-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-device-info",
"version": "9.0.1",
"version": "9.0.2",
"description": "Get device information using react-native",
"react-native": "src/index.ts",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit bfac5ee

Please sign in to comment.