Skip to content

Commit

Permalink
Prepare 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed Dec 30, 2019
1 parent fa756a1 commit b9670a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 4.0.3
- Adds exclude parameter [#233](https://github.com/mapbox/mapbox-gl-directions/pull/233)

## 4.0.2
- Adds language parameter to allow turn-by-turn instructions in other [supported languages](https://docs.mapbox.com/api/navigation/#instructions-languages)
- Adds language parameter to allow turn-by-turn instructions in other [supported languages](https://docs.mapbox.com/api/navigation/#instructions-languages)

## 4.0.1
- Update packages to resolve polyline dependency
Expand Down
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.2",
"version": "4.0.3",
"description": "A mapboxgl plugin for the Mapbox Directions API",
"main": "./src/index.js",
"browserify": {
Expand Down

0 comments on commit b9670a9

Please sign in to comment.