diff options
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | platform/node/CHANGELOG.md | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json index 76a96c3cf9..0a82f9ef92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-native", - "version": "3.4.5", + "version": "3.4.6", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 68b57e3a27..62ba67d716 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,6 +1,11 @@ +# 3.4.6 - March 14, 2017 + +- Publishes `Release` build on Mac ([#8407](https://github.com/mapbox/mapbox-gl-native/pull/8407)) +- Fixes the publish binary build process ([#8406](https://github.com/mapbox/mapbox-gl-native/pull/8406)) + # 3.4.5 - March 14, 2017 -- Fixed a memory hang issue after GlyphAtlas was refactored [#8394](https://github.com/mapbox/mapbox-gl-native/pull/8394) +- Fixed a memory hang issue after GlyphAtlas was refactored ([#8394](https://github.com/mapbox/mapbox-gl-native/pull/8394)) # 3.4.4 - January 10, 2017 |