Skip to content

Commit

Permalink
Release 4.1.0 (#255)
Browse files Browse the repository at this point in the history
* update changelog

* update package.json and package-lock.json
  • Loading branch information
Mal Wood-Santoro authored Jul 28, 2020
1 parent d7fa9dd commit fc62116
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit fc62116

Please sign in to comment.