diff options
author | Bobby Sudekum <bobby@mapbox.com> | 2017-06-06 09:18:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-06 09:18:49 -0700 |
commit | 15791b58695cebc504a2b7e59f140618bd98b87e (patch) | |
tree | 08b6a31c713e48d40c87b4865a1eabf646f1e693 | |
parent | 0bd1b820f6cc5691df6a79e97160590bc5789519 (diff) | |
download | qtlocation-mapboxgl-15791b58695cebc504a2b7e59f140618bd98b87e.tar.gz |
[node] bump version (#9196)node-v3.5.4
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | platform/node/CHANGELOG.md | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 6200226b05..e428a0db43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-native", - "version": "3.5.3", + "version": "3.5.4", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index e7efbac203..76e1b5099d 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.5.4 - June 6, 2017 + +- Fixed an issue with `map.addImage()` which would cause added images to randomly be replaced with images found the style's sprite sheet ([#9119](https://github.com/mapbox/mapbox-gl-native/pull/9119)) + # 3.5.3 - May 30, 2017 - Fixed a regression around `line-dasharrary` and `fill-pattern` that caused these properties to sometimes not render correctly ([#9130](https://github.com/mapbox/mapbox-gl-native/pull/9130)) |