summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-10-09 17:34:14 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-10-09 19:43:57 +0300
commit6cf153a6de2a32f29d3de5fff2fed435990a875c (patch)
treeb0febb0a86eb31af21171c831619570fe0aca81e
parentc9e9cd2aff8eb2584f60e892e77337fb2d9f2d61 (diff)
downloadqtlocation-mapboxgl-6cf153a6de2a32f29d3de5fff2fed435990a875c.tar.gz
[node] Release v3.5.7 (#10164)
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md3
2 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index fb62bc63ed..e398121d18 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-native",
- "version": "3.5.6",
+ "version": "3.5.7",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 1d166a9a79..58234dad0f 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 3.5.7 - October 9, 2017
+- Fixed an issue causing synchronous resource requests to stall [#10153](https://github.com/mapbox/mapbox-gl-native/pull/10153)
+
# 3.5.6 - September 29, 2017
- Protects against requests which throw [#9554](https://github.com/mapbox/mapbox-gl-native/pull/9554)
- Fixed an issue around reusing a map object [#9554](https://github.com/mapbox/mapbox-gl-native/pull/9554)