summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Sudekum <bobby@mapbox.com>2017-03-14 16:53:24 -0700
committerGitHub <noreply@github.com>2017-03-14 16:53:24 -0700
commit98f5b71e6db748a2576e9fc6f17b9e76505df1aa (patch)
tree058f6acb4cb338fb04c23389480ca3dce9491e59
parent305735fd6b358b1e5b16ef2b5b281143ca80aa09 (diff)
downloadqtlocation-mapboxgl-98f5b71e6db748a2576e9fc6f17b9e76505df1aa.tar.gz
[node] bump version number; changelog entry (#8408)node-v3.4.6
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md7
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