summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2016-01-19 15:51:55 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2016-01-19 17:42:43 -0500
commit48cced9e311d5c1cf2a98937eeaf638c94456c8d (patch)
treec17e0cc33175a3a4cc9eecadb40113fb4079b187
parentdbfa932ed1e10c4f70639f138132f117c4b98152 (diff)
downloadqtlocation-mapboxgl-node-v2.2.2.tar.gz
node-v2.2.2node-v2.2.2
-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 69ad5d9ed3..f6a388d8a9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "2.2.1",
+ "version": "2.2.2",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 1ac5768d35..9c31dbf93f 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 2.2.2
+
+- Fixes a bug with non-deterministic label placement [#3543](https://github.com/mapbox/mapbox-gl-native/pull/3543)
+
# 2.2.1
- Fixes a bug which clipped labels at tile boundaries [#2829](https://github.com/mapbox/mapbox-gl-native/pull/2829)