diff --git a/CHANGELOG.md b/CHANGELOG.md index 39afae8a..7000a405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ PR Title ([#123](link to my pr)) ``` +## 10.0.0-alpha.26 + +chore: upgrade Expo SDK 52 ([489](https://github.com/maplibre/maplibre-react-native/pull/489)) +chore: remove pre commit ([#491](https://github.com/maplibre/maplibre-react-native/pull/491)) +docs: improve formatting ([#490](https://github.com/maplibre/maplibre-react-native/pull/490)) + ## 10.0.0-alpha.25 feat: make Camera pure ([#471](https://github.com/maplibre/maplibre-react-native/pull/471)) diff --git a/package.json b/package.json index f9985870..bdfd5c81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-react-native", "description": "React Native library for creating maps with MapLibre Native for Android & iOS", - "version": "10.0.0-alpha.25", + "version": "10.0.0-alpha.26", "publishConfig": { "access": "public" },