From bfac5eec2d7e2b37bac57c215ffce0912448d086 Mon Sep 17 00:00:00 2001 From: WictorWilnd Date: Sat, 26 Aug 2023 16:02:49 +0800 Subject: [PATCH] chore(release): 9.0.2 [skip ci] ## [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)) ([2b2abfd](https://github.com/react-native-device-info/react-native-device-info/commit/2b2abfd75b52bdb8dde53ecc914fb3624014c2cc)), closes [#1288](https://github.com/react-native-device-info/react-native-device-info/issues/1288) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbc562..49a5750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index cc18a8d..4a8a402 100644 --- a/package.json +++ b/package.json @@ -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",