diff --git a/CHANGELOG.md b/CHANGELOG.md index cacdd932e3..4e15210db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,18 @@ ### ✨ Features and improvements +- _...Add new stuff here..._ + +### 🐞 Bug fixes + +- _...Add new stuff here..._ + +## 3.2.1 + +### ✨ Features and improvements + - Remove cooperative gesture screen from the accessibility tree since screenreaders cannot interact with the map using gestures - Add `cooperated gestures` example to the doc.([#2860](https://github.com/maplibre/maplibre-gl-js/pull/2860)) -- _...Add new stuff here..._ ### 🐞 Bug fixes @@ -12,7 +21,6 @@ - Fix reloadCallback not firing on VectorTileWorkerSource.reloadTile ([#1874](https://github.com/maplibre/maplibre-gl-js/pull/1874)) - Fix RasterDEMTileSource not serializing its options correctly ([#2895](https://github.com/maplibre/maplibre-gl-js/pull/2895)) - Remove node and jest from dist type checking, fix map event and other typing problems ([#2898](https://github.com/maplibre/maplibre-gl-js/pull/2898)) -- _...Add new stuff here..._ ## 3.2.0 diff --git a/package-lock.json b/package-lock.json index 40d411b4b4..b4deaf4c72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maplibre-gl", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maplibre-gl", - "version": "3.2.0", + "version": "3.2.1", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index ac1f052867..b117d6332a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maplibre-gl", "description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library", - "version": "3.2.0", + "version": "3.2.1", "main": "dist/maplibre-gl.js", "style": "dist/maplibre-gl.css", "license": "BSD-3-Clause",