Skip to content

Commit

Permalink
chore(release): 10.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [10.12.1](v10.12.0...v10.12.1) (2024-02-23)

### Bug Fixes

* wrap return value of useOnEvent in useMemo ([2cdc43d](2cdc43d))
  • Loading branch information
semantic-release-bot committed Feb 23, 2024
1 parent 2cdc43d commit 5a107fb
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.12.1](https://github.com/react-native-device-info/react-native-device-info/compare/v10.12.0...v10.12.1) (2024-02-23)


### Bug Fixes

* wrap return value of useOnEvent in useMemo ([2cdc43d](https://github.com/react-native-device-info/react-native-device-info/commit/2cdc43d93586e93bb00bf0b2b00ec8b9ee0b8c79))

# [10.12.0](https://github.com/react-native-device-info/react-native-device-info/compare/v10.11.0...v10.12.0) (2023-11-28)


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.12.0",
"version": "10.12.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 5a107fb

Please sign in to comment.