From ccde19d48ba4677db7654801a48ac72fc6f44590 Mon Sep 17 00:00:00 2001 From: Sarah Date: Fri, 2 Feb 2024 09:34:56 +0100 Subject: [PATCH] Release: 10.0.0-alpha.1 (#260) * chore: update release note & version in package.json * chore: make version semver compatible --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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" },