From 15791b58695cebc504a2b7e59f140618bd98b87e Mon Sep 17 00:00:00 2001 From: Bobby Sudekum Date: Tue, 6 Jun 2017 09:18:49 -0700 Subject: [node] bump version (#9196) --- package.json | 2 +- platform/node/CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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)) -- cgit v1.2.1