diff --git a/CHANGELOG.md b/CHANGELOG.md index 04802ec..64e9469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.1.0 +- Adds routePadding option to MapboxDirections object [#243](https://github.com/mapbox/mapbox-gl-directions/pull/243) +- Fixes bug that showed dropdown suggestions when reversing route [#246](https://github.com/mapbox/mapbox-gl-directions/pull/246) + ## 4.0.3 - Adds exclude parameter [#233](https://github.com/mapbox/mapbox-gl-directions/pull/233) diff --git a/package-lock.json b/package-lock.json index 6f346c5..1b00cc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-directions", - "version": "4.0.3", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7d64e83..1d63258 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-directions", - "version": "4.0.3", + "version": "4.1.0", "description": "A mapboxgl plugin for the Mapbox Directions API", "main": "./src/index.js", "browserify": {