diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2998b..c29bb10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [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 + ## [1.0.12](https://github.com/gitamego/react-native-expofp/compare/1.0.11...1.0.12) - 2025-04-28 - feat(android): comments for android location by @arys in https://github.com/gitamego/react-native-expofp/pull/32 diff --git a/package.json b/package.json index 920e065..652e6e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-expofp", - "version": "1.0.12", + "version": "1.0.13", "description": "React Native library for displaying expo plans", "main": "lib/commonjs/index", "module": "lib/module/index",