Skip to content

Commit

Permalink
chore(release): 10.13.2 [skip ci]
Browse files Browse the repository at this point in the history
## [10.13.2](v10.13.1...v10.13.2) (2024-04-21)

### Bug Fixes

* **ios:** add Apple privacy manifest ([#1624](#1624)) ([23f95db](23f95db)), closes [#1622](#1622)
  • Loading branch information
semantic-release-bot committed Apr 21, 2024
1 parent 23f95db commit ff872dc
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.13.2](https://github.com/react-native-device-info/react-native-device-info/compare/v10.13.1...v10.13.2) (2024-04-21)


### Bug Fixes

* **ios:** add Apple privacy manifest ([#1624](https://github.com/react-native-device-info/react-native-device-info/issues/1624)) ([23f95db](https://github.com/react-native-device-info/react-native-device-info/commit/23f95dbe55f38f11fc2cba8efe0eb3e11676d07b)), closes [#1622](https://github.com/react-native-device-info/react-native-device-info/issues/1622)

## [10.13.1](https://github.com/react-native-device-info/react-native-device-info/compare/v10.13.0...v10.13.1) (2024-02-26)


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.13.1",
"version": "10.13.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 ff872dc

Please sign in to comment.