summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Sudekum <bobby@mapbox.com>2017-05-30 12:14:08 -0700
committerGitHub <noreply@github.com>2017-05-30 12:14:08 -0700
commit04c5399d41907592d40bf1ab335d741613918278 (patch)
treed70db888491a20377e0679e28b53838da8329207
parent6be6263ebf32c45dcbbc2dbe2937422553bc897a (diff)
downloadqtlocation-mapboxgl-04c5399d41907592d40bf1ab335d741613918278.tar.gz
Bump node version - v3.5.3 (#9144)node-v3.5.3
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 42ca7215e3..6200226b05 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-native",
- "version": "3.5.2",
+ "version": "3.5.3",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 904883799f..e7efbac203 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 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))
+
# 3.5.2 - May 18, 2017
- Fixed a memory leak ([#8884](https://github.com/mapbox/mapbox-gl-native/pull/9035))