diff --git a/CHANGELOG.md b/CHANGELOG.md index c29bb10..6689068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.0.14](https://github.com/gitamego/react-native-expofp/compare/1.0.13...1.0.14) - 2025-05-05 +- fix(android): double load by @arys in https://github.com/gitamego/react-native-expofp/pull/36 + ## [1.0.13](https://github.com/gitamego/react-native-expofp/compare/1.0.12...1.0.13) - 2025-05-02 - feat(android): update crowd connected by @arys in https://github.com/gitamego/react-native-expofp/pull/34 diff --git a/package.json b/package.json index 652e6e0..e0298f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-expofp", - "version": "1.0.13", + "version": "1.0.14", "description": "React Native library for displaying expo plans", "main": "lib/commonjs/index", "module": "lib/module/index",