From cddc35ee817027c4fd3fddfa9442b52999aa4878 Mon Sep 17 00:00:00 2001 From: Stepan Kuzmin Date: Tue, 13 Dec 2022 13:11:07 +0200 Subject: [PATCH] Release 4.1.1 (#293) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e9469..216023e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 4.1.1 + +- [bug] Exclude `options.api` from query params [#266](https://github.com/mapbox/mapbox-gl-directions/pull/266) +- [bug] Catch 'No Route found' response [#278](https://github.com/mapbox/mapbox-gl-directions/pull/278) +* [bug] Abort request after `removeRoutes()` is called [#285](https://github.com/mapbox/mapbox-gl-directions/pull/285) +* [bug] Fix mixed duration and distance values [#271](https://github.com/mapbox/mapbox-gl-directions/pull/271) + ## 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) diff --git a/package-lock.json b/package-lock.json index ed900bf..51ce653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mapbox/mapbox-gl-directions", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mapbox/mapbox-gl-directions", - "version": "4.1.0", + "version": "4.2.0", "license": "ISC", "dependencies": { "@mapbox/polyline": "^1.1.1", diff --git a/package.json b/package.json index 8d270c6..1e0a794 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-directions", - "version": "4.1.0", + "version": "4.1.1", "description": "A mapboxgl plugin for the Mapbox Directions API", "main": "./src/index.js", "browserify": {