diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a19410e..350aaee2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # Version 5.3 +## 5.3.16 (Jun 4, 2021) + +- Making features available to onMouseEnter (#1474) +- Prevent attribution button from submitting forms (#1477) +- Remove extra props in GeolocateControl callback (#1480) + ## 5.3.15 (May 12, 2021) - Only block scrolling on the overlay container itself (#1465) diff --git a/package.json b/package.json index 1508eab7e..6cca40c6f 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": "5.3.15", + "version": "5.3.16", "keywords": [ "mapbox", "mapbox-gl",