diff --git a/CHANGELOG.md b/CHANGELOG.md index 24eb526..03f1fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.0.18](https://github.com/gitamego/react-native-expofp/compare/1.0.17...1.0.18) - 2026-01-10 +- fix(ios): expofp same link open by @arys in https://github.com/gitamego/react-native-expofp/pull/49 + ## [1.0.17](https://github.com/gitamego/react-native-expofp/compare/1.0.16...1.0.17) - 2026-01-06 - feat(android): add preload by @arys in https://github.com/gitamego/react-native-expofp/pull/47 diff --git a/package.json b/package.json index 00d9151..e300b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-expofp", - "version": "1.0.17", + "version": "1.0.18", "description": "React Native library for displaying expo plans", "main": "lib/commonjs/index", "module": "lib/module/index",