diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc12680e..a250fd56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Please add unreleased changes in the following style: PR Title ([#123](link to my pr)) ``` +## 10.0.0-alpha.1 + fix: plugin for debug simulator ([#164](https://github.com/maplibre/maplibre-react-native/pull/164) ## 10.0-alpha.0 diff --git a/package.json b/package.json index e12929d26..e1ba912f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-react-native", "description": "A MapLibre GL Native plugin for creating maps in React Native", - "version": "10.0-alpha.0", + "version": "10.0.0-alpha.1", "publishConfig": { "access": "public" },