From e1532453bbd5243d2836ed5e282425ab9e597a99 Mon Sep 17 00:00:00 2001 From: Chris Whong Date: Wed, 13 Mar 2024 14:06:49 -0400 Subject: [PATCH] prepare v0.15.5 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc51878..4627bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.15.5 + +- **Fix:** Rename directions api annotation option `max_speed` to `maxspeed` [#480](https://github.com/mapbox/mapbox-sdk-js/pull/480) + ## 0.15.4 - **Fix:** Set `body = ''` for POST, PUT, PATCH, and DELETE requests that do not have a body [#479](https://github.com/mapbox/mapbox-sdk-js/pull/479)