diff --git a/CHANGELOG.md b/CHANGELOG.md index 6689068..e7af9cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.0.15](https://github.com/gitamego/react-native-expofp/compare/1.0.14...1.0.15) - 2025-06-05 +- fix(android): include default placeholder icon for location tracking by @arys in https://github.com/gitamego/react-native-expofp/pull/38 + ## [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 diff --git a/package.json b/package.json index e0298f1..5bb266f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-expofp", - "version": "1.0.14", + "version": "1.0.15", "description": "React Native library for displaying expo plans", "main": "lib/commonjs/index", "module": "lib/module/index",