From 3fa7baff78b05a2cc6f72fdad4b6b36f34a3385d Mon Sep 17 00:00:00 2001 From: "amego-releases[bot]" <183133136+amego-releases[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:39:12 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 1ec94141b664159b56706dc90e14074da58c75d5 Mon Sep 17 00:00:00 2001 From: "amego-releases[bot]" <183133136+amego-releases[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:39:13 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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