diff options
author | Bobby Sudekum <bobby@mapbox.com> | 2017-03-15 09:02:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 09:02:44 -0700 |
commit | 140497e18f02ef53fcedccd0491e8300ec835ca5 (patch) | |
tree | d70ff2a7ce133f33ede5449f9f509be1bfefdc83 | |
parent | 841da960bccf5aa9c85a1e9549f8697b3645d401 (diff) | |
download | qtlocation-mapboxgl-140497e18f02ef53fcedccd0491e8300ec835ca5.tar.gz |
Bump version, add changelog entry (#8421)node-v3.4.7
-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 0a82f9ef92..bba2facdaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-native", - "version": "3.4.6", + "version": "3.4.7", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 62ba67d716..12032b4037 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.4.7 - March 15, 2017 + +- Fixed MacOS Release builds ([8409](https://github.com/mapbox/mapbox-gl-native/pull/8409)) + # 3.4.6 - March 14, 2017 - Publishes `Release` build on Mac ([#8407](https://github.com/mapbox/mapbox-gl-native/pull/8407)) |