Skip to content

Commit fc62116

Browse files
author
Mal Wood-Santoro
authored
Release 4.1.0 (#255)
* update changelog * update package.json and package-lock.json
1 parent d7fa9dd commit fc62116

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.0
2+
- Adds routePadding option to MapboxDirections object [#243](https://github.com/mapbox/mapbox-gl-directions/pull/243)
3+
- Fixes bug that showed dropdown suggestions when reversing route [#246](https://github.com/mapbox/mapbox-gl-directions/pull/246)
4+
15
## 4.0.3
26
- Adds exclude parameter [#233](https://github.com/mapbox/mapbox-gl-directions/pull/233)
37

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-directions",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"description": "A mapboxgl plugin for the Mapbox Directions API",
55
"main": "./src/index.js",
66
"browserify": {

0 commit comments

Comments
 (0)