Skip to content

Commit

Permalink
Release 4.3.0 (#314)
Browse files Browse the repository at this point in the history
* Release 4.3.0. Prepared CHANGELOG

* 4.3.0
  • Loading branch information
underoot authored Feb 22, 2024
1 parent 4214e45 commit 0b29be0
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.3.0

- [feature] Added option `instructions.showWaypointInstructions` to control displaying of waypoint instructions [#313](https://github.com/mapbox/mapbox-gl-directions/pull/313)

## 4.2.0

- [feature] Display waypoints-related instructions [#310](https://github.com/mapbox/mapbox-gl-directions/pull/310)
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.2.0",
"version": "4.3.0",
"description": "A mapboxgl plugin for the Mapbox Directions API",
"main": "./src/index.js",
"browserify": {
Expand Down

0 comments on commit 0b29be0

Please sign in to comment.