Skip to content

Commit 29e9ed3

Browse files
committed
version bump to 0.12.1
1 parent 4503284 commit 29e9ed3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

3+
## 0.12.1
4+
- **PATCH:** [remove unsupported `private` option](https://github.com/mapbox/mapbox-sdk-js/pull/405) from `createUpload`.
5+
36
## 0.12.0
47

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

811
## 0.11.0
912

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-sdk",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "JS SDK for accessing Mapbox APIs",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)