summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsudekum <bobby@mapbox.com>2016-01-07 09:54:45 -0800
committerbsudekum <bobby@mapbox.com>2016-01-07 09:54:45 -0800
commit0ef257bfc623b1c68eeb9a60dad9c8dd18a7befb (patch)
tree3fea9ad96e41ffa00abdc156ef4a81377caa196e
parentaa76b680ef989e3b2984a49452434b78ba5d18f6 (diff)
downloadqtlocation-mapboxgl-node-v2.2.1.tar.gz
[node] bump version to v2.2.1node-v2.2.1
-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 9aaaa404fd..47522781db 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "2.2.0",
+ "version": "2.2.1",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 446bf7b4b1..1ac5768d35 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 2.2.1
+
+- Fixes a bug which clipped labels at tile boundaries [#2829](https://github.com/mapbox/mapbox-gl-native/pull/2829)
+
# 2.2.0
- Adds support for GeoJSON sources [#2161](https://github.com/mapbox/mapbox-gl-native/pull/2161)