diff options
author | Bobby Sudekum <bobby@mapbox.com> | 2017-05-08 11:27:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-08 11:27:36 -0700 |
commit | 5693befa7836f22ce747695e56990ca2ed6411f1 (patch) | |
tree | ba18edbd686eb09ee219e9746dc4a17c58b39c74 | |
parent | 6fd40867d67eb3758c0eb8eca184ed9d7b9da5b0 (diff) | |
download | qtlocation-mapboxgl-5693befa7836f22ce747695e56990ca2ed6411f1.tar.gz |
[node] bump version, add changelog entry (#8924)node-v3.5.1
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | platform/node/CHANGELOG.md | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index a2379bd71f..68d6b93859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-native", - "version": "3.5.0", + "version": "3.5.1", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 01bee4747d..e77ceff31f 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,3 +1,8 @@ +# 3.5.1 - May 8, 2017 + +- Adds Node v6 binaries. **Note, Node v4 binaries will be removed on August 1st.** ([#8884](https://github.com/mapbox/mapbox-gl-native/pull/8884)) +- Adds linux debug binaries ([#8865](https://github.com/mapbox/mapbox-gl-native/pull/8865)) + # 3.5.0 - April 20, 2017 - Fixed an issue where raster tiles that were not found caused `map.render()` to hang ([#8769](https://github.com/mapbox/mapbox-gl-native/pull/8769)) |