diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d3f96f..32cc5143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # Version 6.1 +## 6.1.14 (May 10, 2021) + +- Safety check before unprojection (#1452) +- Fix return type of Layer function (#1453) + ## 6.1.13 (May 3, 2021) - Work around for pointermove event on hidden map (#1450) diff --git a/package.json b/package.json index f62294fc..f0bfa722 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-map-gl", "description": "React components for Mapbox GL JS-compatible libraries", - "version": "6.1.13", + "version": "6.1.14", "keywords": [ "mapbox", "mapbox-gl",