diff --git a/CHANGELOG.md b/CHANGELOG.md index 375c237ad31..cc9897b9412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.44.1 + +### 🐛 Bug fixes + +* Fix bug causing features from symbol layers to be omitted from `map.queryRenderedFeatures()` [#6074](https://github.com/mapbox/mapbox-gl-js/issues/6074) +* Fix error triggered by simultaneous scroll-zooming and drag-panning. [#6106](https://github.com/mapbox/mapbox-gl-js/issues/6106) +* Fix bug wherein drag-panning failed to resume after a brief pause [#6063](https://github.com/mapbox/mapbox-gl-js/issues/6063) + ## 0.44.0 ### ✨ Features and improvements diff --git a/package.json b/package.json index f552dc4f23a..739add02bf2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "0.44.0", + "version": "0.44.1", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "license": "SEE LICENSE IN LICENSE.txt", diff --git a/src/style-spec/CHANGELOG.md b/src/style-spec/CHANGELOG.md index d6daf565cef..981b12b482a 100644 --- a/src/style-spec/CHANGELOG.md +++ b/src/style-spec/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 11.1.1 + +### 🐛 Bug fixes + +* Update SDK support information for `text-font`, and `heatmap-color`, and `hillshade` layer properties. + ## 11.1.0 ### ✨ Features and improvements diff --git a/src/style-spec/package.json b/src/style-spec/package.json index 76d910a8a38..40202db6cad 100644 --- a/src/style-spec/package.json +++ b/src/style-spec/package.json @@ -1,7 +1,7 @@ { "name": "@mapbox/mapbox-gl-style-spec", "description": "a specification for mapbox gl styles", - "version": "11.1.0", + "version": "11.1.1", "author": "Mapbox", "keywords": [ "mapbox",