From de86e0fee2ce690476e95d2e05e759791f67ae4e Mon Sep 17 00:00:00 2001 From: Aleksandr Shoronov Date: Wed, 3 Apr 2024 19:24:35 +0300 Subject: [PATCH] Release 4.3.1 (#318) --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 947cf0a..4ae263e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.3.1 + +- [internal] Improve performance of marker dragging [#316](https://github.com/mapbox/mapbox-gl-directions/pull/316) + ## 4.3.0 - [feature] Added option `instructions.showWaypointInstructions` to control displaying of waypoint instructions [#313](https://github.com/mapbox/mapbox-gl-directions/pull/313) diff --git a/package-lock.json b/package-lock.json index 79a07a4..08be6e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-directions", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 46d62da..25adfaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-directions", - "version": "4.3.0", + "version": "4.3.1", "description": "A mapboxgl plugin for the Mapbox Directions API", "main": "./src/index.js", "browserify": {