aboutsummaryrefslogtreecommitdiffstats
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 17:37:47 +0200
commitfedae3bb5b119d1bbb4c8e8bef56365bb9f142e2 (patch)
treeb0febb0a86eb31af21171c831619570fe0aca81e
parentc9e9cd2aff8eb2584f60e892e77337fb2d9f2d61 (diff)
[node] Release v3.5.7 (#10164)node-v3.5.7
-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 fb62bc63e..e398121d1 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 1d166a9a7..58234dad0 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)