diff --git a/CHANGELOG.md b/CHANGELOG.md index cee99a0e2..cae91d7de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ PR Title ([#123](link to my pr)) ``` +## 10.0.0-alpha.24 + +feat: support new arch through interop layer ([#483](https://github.com/maplibre/maplibre-react-native/pull/483)) + ## 10.0.0-alpha.23 fix: keep @ts-ignore for headingIcon in library ([#477](https://github.com/maplibre/maplibre-react-native/pull/477)) diff --git a/package.json b/package.json index 582abb81f..e85fcad9c 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.23", + "version": "10.0.0-alpha.24", "publishConfig": { "access": "public" },