Skip to content

Commit fc00d52

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2026-03-16) ### Bug Fixes * **ios:** add __has_include guard for Swift bridging header ([#461](#461)) ([765657f](765657f)), closes [react-native-documents/document-picker#771](react-native-documents/document-picker#771)
1 parent 765657f commit fc00d52

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/huextrat/react-native-rate-app/compare/v2.0.0...v2.0.1) (2026-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **ios:** add __has_include guard for Swift bridging header ([#461](https://github.com/huextrat/react-native-rate-app/issues/461)) ([765657f](https://github.com/huextrat/react-native-rate-app/commit/765657fcdf88e555d1caba414f7498ae5225e186)), closes [react-native-documents/document-picker#771](https://github.com/react-native-documents/document-picker/issues/771)
9+
310
# [2.0.0](https://github.com/huextrat/react-native-rate-app/compare/v1.5.3...v2.0.0) (2026-03-07)
411

512
## [1.5.3](https://github.com/huextrat/react-native-rate-app/compare/v1.5.2...v1.5.3) (2026-03-07)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-rate-app",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React Native module for In App Rating on Android and iOS",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)