Skip to content

Commit

Permalink
version bump to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
millzpaugh committed Feb 5, 2021
1 parent 4503284 commit 29e9ed3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,9 +1,12 @@
# Changelog

## 0.12.1
- **PATCH:** [remove unsupported `private` option](https://github.com/mapbox/mapbox-sdk-js/pull/405) from `createUpload`.

## 0.12.0

- **Add:** add `bounding box` parameter as a position option for `Static#getStaticImage.`
- **Add:** add `padding` optional parameter for `Static#getStaticImage`.
- **Add:** add `padding` optional parameter for `Static#getStaticImage`.

## 0.11.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-sdk",
"version": "0.12.0",
"version": "0.12.1",
"description": "JS SDK for accessing Mapbox APIs",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 29e9ed3

Please sign in to comment.