Skip to content

Commit

Permalink
chore(release): 8.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [8.3.3](v8.3.2...v8.3.3) (2021-09-16)

### Bug Fixes

* **hasNotch:** Missing device name for iPhone 13 ([#1309](#1309)) ([0bc979e](0bc979e)), closes [#1307](#1307)
  • Loading branch information
semantic-release-bot committed Sep 16, 2021
1 parent 0bc979e commit b937e53
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 @@
## [8.3.3](https://github.com/react-native-device-info/react-native-device-info/compare/v8.3.2...v8.3.3) (2021-09-16)


### Bug Fixes

* **hasNotch:** Missing device name for iPhone 13 ([#1309](https://github.com/react-native-device-info/react-native-device-info/issues/1309)) ([0bc979e](https://github.com/react-native-device-info/react-native-device-info/commit/0bc979e687ef9ddbbd29410a60980cf536ce6002)), closes [#1307](https://github.com/react-native-device-info/react-native-device-info/issues/1307)

## [8.3.2](https://github.com/react-native-device-info/react-native-device-info/compare/v8.3.1...v8.3.2) (2021-09-15)


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": "8.3.2",
"version": "8.3.3",
"description": "Get device information using react-native",
"react-native": "src/index.ts",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit b937e53

Please sign in to comment.