diff --git a/CHANGELOG.md b/CHANGELOG.md index a93e9b2..4909a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [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 + ## [1.0.1](https://github.com/gitamego/react-native-expofp/compare/1.0.0...1.0.1) - 2024-09-24 - add repo info by @arys in https://github.com/gitamego/react-native-expofp/pull/7 diff --git a/package.json b/package.json index cc4e2bf..83594f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-expofp", - "version": "1.0.1", + "version": "1.0.2", "description": "React Native library for displaying expo plans", "main": "lib/commonjs/index", "module": "lib/module/index",