diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8e67647a..d753ae06c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,15 @@ ### ✨ Features and improvements - _...Add new stuff here..._ +### 🐞 Bug fixes +- _...Add new stuff here..._ + +## 3.6.2 + ### 🐞 Bug fixes - Fix mapbox-gl-draw example ([#2601](https://github.com/maplibre/maplibre-gl-js/issues/2601), [#3394](https://github.com/maplibre/maplibre-gl-js/pull/3394)) - Fix fill patterns sometimes not rendering at all ([#3339](https://github.com/maplibre/maplibre-gl-js/pull/3339)) -- _...Add new stuff here..._ ## 3.6.1 diff --git a/package-lock.json b/package-lock.json index c57ac92fbb..d5521675ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maplibre-gl", - "version": "3.6.1", + "version": "3.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maplibre-gl", - "version": "3.6.1", + "version": "3.6.2", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index 2321f3f0f1..06f5d9ba26 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.6.1", + "version": "3.6.2", "main": "dist/maplibre-gl.js", "style": "dist/maplibre-gl.css", "license": "BSD-3-Clause",