diff options
author | Bobby Sudekum <bobby@mapbox.com> | 2017-01-09 16:34:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-09 16:34:45 -0800 |
commit | 32660bce34d63fe4ce3dad22a5fd51109e9d0911 (patch) | |
tree | 722d294fb8a233174d2b7116fb23b754e02aaf20 | |
parent | a5eae14661f451384d6925a7b95db32434f439db (diff) | |
download | qtlocation-mapboxgl-32660bce34d63fe4ce3dad22a5fd51109e9d0911.tar.gz |
Bump version, update changelog (v3.4.3) (#7650)node-v3.4.3
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | platform/node/CHANGELOG.md | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index fb03751bd0..aafa36babe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-native", - "version": "3.4.2", + "version": "3.4.3", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index aabed907e1..c5bd50e6c9 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.4.3 - January 9, 2017 + +- Adds `map.addImage()` and `map.removeImage()` APIs ([#7610](https://github.com/mapbox/mapbox-gl-native/pull/7610)) + # 3.4.2 - November 15, 2016 - Switches back to publishing Linux binaries with GLX, to eliminate a runtime dependency on `libOSMesa.so.8` and enable dynamically linking against `libGL.so` provided by an alternate implementation, such as the NVIDIA proproetary drivers ([#7503](https://github.com/mapbox/mapbox-gl-native/pull/7053)) |