From 80fe23ba103a0b900723593e7dd428daee83acac Mon Sep 17 00:00:00 2001 From: Ryan Hamley Date: Thu, 28 Feb 2019 02:23:12 -0800 Subject: [PATCH] V0.53.1 (#7961) (#7962) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f71289377..c1a5a1ffdd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.53.1 + +## Bug fixes +* Turn off telemetry for Mapbox Atlas ([#7945](https://github.com/mapbox/mapbox-gl-js/pull/7945)) +* Fix order of 3D features in query results (fix #7883) ([#7953](https://github.com/mapbox/mapbox-gl-js/pull/7953)) +* Fix RemovePaintState benchmarks ([#7930](https://github.com/mapbox/mapbox-gl-js/pull/7930)) + ## 0.53.0 ## Features and improvements diff --git a/package.json b/package.json index 81d2f12ed78..a25e0845974 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "0.53.0", + "version": "0.53.1", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "license": "SEE LICENSE IN LICENSE.txt",