diff --git a/CHANGELOG.md b/CHANGELOG.md index 9724001bd..48867c9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Please add unreleased changes in the following style: - PR Title ([#___](https://github.com/maplibre/maplibre-react-native/pull/___)) ``` +## 10.0.0-alpha.29 + - ci: fail on lint warning ([#522](https://github.com/maplibre/maplibre-react-native/pull/522)) - fix: allow MapView and Images to have no children ([#521](https://github.com/maplibre/maplibre-react-native/pull/521)) - docs: reformat changelog ([#520](https://github.com/maplibre/maplibre-react-native/pull/520)) diff --git a/package.json b/package.json index 01892e0e0..61681dc90 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.28", + "version": "10.0.0-alpha.29", "publishConfig": { "access": "public" },