From 6feb152bdf0b4963b542e986b367713f238fc19e Mon Sep 17 00:00:00 2001 From: ferdicus <26439946+ferdicus@users.noreply.github.com> Date: Tue, 22 Jun 2021 12:12:44 +0200 Subject: [PATCH] chore: release 8.2.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ab89708..b0d0f906f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ PR Title ([#123](link to my pr)) --- +## 8.2.1 + +fix issue when publishing to npm with `prepare` script + ## 8.2.0 getClusterLeaves method for ShapeSource ([#1411](https://github.com/react-native-mapbox-gl/maps/pull/1411)) diff --git a/package.json b/package.json index ee8df31e4..0df2c9836 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@react-native-mapbox-gl/maps", "description": "A Mapbox GL react native module for creating custom maps", - "version": "8.2.0", + "version": "8.2.1", "publishConfig": { "access": "public" },