diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d49ec4..f027836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.5](https://github.com/gitamego/react-native-expofp/compare/1.0.4...1.0.5) - 2025-03-12 +- update expofp ios by @arys in https://github.com/gitamego/react-native-expofp/pull/16 +- feat(ios): add SPM support by @arys in https://github.com/gitamego/react-native-expofp/pull/18 + ## [1.0.4](https://github.com/gitamego/react-native-expofp/compare/1.0.3...1.0.4) - 2025-01-07 - update expofp version by @arys in https://github.com/gitamego/react-native-expofp/pull/14 diff --git a/package.json b/package.json index 8d91f2c..783c725 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-expofp", - "version": "1.0.4", + "version": "1.0.5", "description": "React Native library for displaying expo plans", "main": "lib/commonjs/index", "module": "lib/module/index",