diff --git a/CHANGELOG.md b/CHANGELOG.md index 4909a4a..9d7f804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.0.3](https://github.com/gitamego/react-native-expofp/compare/1.0.2...1.0.3) - 2024-10-13 +- update version by @arys in https://github.com/gitamego/react-native-expofp/pull/12 + ## [1.0.2](https://github.com/gitamego/react-native-expofp/compare/1.0.1...1.0.2) - 2024-10-11 - update expofp android by @arys in https://github.com/gitamego/react-native-expofp/pull/9 - tagpr by @arys in https://github.com/gitamego/react-native-expofp/pull/10 diff --git a/package.json b/package.json index 83594f6..02d1f8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-expofp", - "version": "1.0.2", + "version": "1.0.3", "description": "React Native library for displaying expo plans", "main": "lib/commonjs/index", "module": "lib/module/index",