Skip to content

Commit

Permalink
0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsam committed Mar 11, 2024
1 parent b34324f commit 8c12fe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 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)

## 0.15.3

- **Fix:** Maximum Optimization V1 request size limits should not be enforced client-side
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-sdk",
"version": "0.15.3",
"version": "0.15.4",
"description": "JS SDK for accessing Mapbox APIs",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 8c12fe0

Please sign in to comment.