Skip to content

Commit

Permalink
chore(release): 10.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [10.3.1](v10.3.0...v10.3.1) (2023-02-15)

### Bug Fixes

* **ios:** getUserAgentSync: separate memoKeys for sync / non-sync usage ([#1506](#1506)) ([4bda3ba](4bda3ba))
  • Loading branch information
semantic-release-bot committed Feb 15, 2023
1 parent 4bda3ba commit 65f7d4d
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 @@
## [10.3.1](https://github.com/react-native-device-info/react-native-device-info/compare/v10.3.0...v10.3.1) (2023-02-15)


### Bug Fixes

* **ios:** getUserAgentSync: separate memoKeys for sync / non-sync usage ([#1506](https://github.com/react-native-device-info/react-native-device-info/issues/1506)) ([4bda3ba](https://github.com/react-native-device-info/react-native-device-info/commit/4bda3ba139333160a35f4935e06ba1899a91f59d))

# [10.3.0](https://github.com/react-native-device-info/react-native-device-info/compare/v10.2.1...v10.3.0) (2022-10-21)


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

0 comments on commit 65f7d4d

Please sign in to comment.