diff --git a/CHANGELOG.md b/CHANGELOG.md index 308ef78..0578749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.0.16](https://github.com/gitamego/react-native-expofp/compare/1.0.15...1.0.16) - 2025-10-14 +- Feat/map preloading by @arys in https://github.com/gitamego/react-native-expofp/pull/43 +- fix: 16kb update cc version by @arys in https://github.com/gitamego/react-native-expofp/pull/45 +- feat(android): update to 5 by @arys in https://github.com/gitamego/react-native-expofp/pull/46 + ## [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 - feat(ios): update ios expofp 4.8.22 by @arys in https://github.com/gitamego/react-native-expofp/pull/40 diff --git a/package.json b/package.json index 5bb266f..67f2d58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-expofp", - "version": "1.0.15", + "version": "1.0.16", "description": "React Native library for displaying expo plans", "main": "lib/commonjs/index", "module": "lib/module/index",