diff --git a/CHANGELOG.md b/CHANGELOG.md index e8223790c..2796cef40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ # Version 6.1 +## 6.1.16 (Jun 4, 2021) + +- Support Mapbox terrain (#1483) +- Making features available to onMouseEnter (#1474) +- Prevent attribution button from submitting forms (#1477) +- Remove extra props in GeolocateControl callback (#1480) + ## 6.1.15 (May 12, 2021) - Only block scrolling on the overlay container itself (#1465) diff --git a/package.json b/package.json index 7f3b7731b..076eaaf09 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.15", + "version": "6.1.16", "keywords": [ "mapbox", "mapbox-gl",