summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Sudekum <bobby@mapbox.com>2017-03-14 13:53:27 -0700
committerGitHub <noreply@github.com>2017-03-14 13:53:27 -0700
commitb938afa8faca6a36c354690930efaee321c07d5c (patch)
tree9dd4ad287ce58d506ffddafcaa830cbe149a69fe
parent5700c99e553c6e487649350505f438844056a1c8 (diff)
downloadqtlocation-mapboxgl-b938afa8faca6a36c354690930efaee321c07d5c.tar.gz
[node] bump version, add changelog entry (#8401)node-v3.4.5
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index d389b06514..aca5c5cdc0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-native",
- "version": "3.4.4",
+ "version": "3.4.5",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 6f5afbbd6c..68b57e3a27 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 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)
+
# 3.4.4 - January 10, 2017
- Updates the node binary publish location on s3 to reflect new package name ([#7653](https://github.com/mapbox/mapbox-gl-native/pull/7653))