diff --git a/CHANGELOG.md b/CHANGELOG.md index b7db065..fd2998b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.0.12](https://github.com/gitamego/react-native-expofp/compare/1.0.11...1.0.12) - 2025-04-28 +- feat(android): comments for android location by @arys in https://github.com/gitamego/react-native-expofp/pull/32 + ## [1.0.11](https://github.com/gitamego/react-native-expofp/compare/1.0.10...1.0.11) - 2025-04-28 - fix(android): expo fpplan view by @arys in https://github.com/gitamego/react-native-expofp/pull/29 - fix(ios): disable background by default by @arys in https://github.com/gitamego/react-native-expofp/pull/31 diff --git a/package.json b/package.json index 467cec9..920e065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-expofp", - "version": "1.0.11", + "version": "1.0.12", "description": "React Native library for displaying expo plans", "main": "lib/commonjs/index", "module": "lib/module/index",