diff --git a/CHANGELOG.md b/CHANGELOG.md index ec14a3657f..8c260176d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,24 @@ ## main +- _...Add new stuff here..._ + +### 🐞 Bug fixes + +- _...Add new stuff here..._ + +## 3.5.2 + ### ✨ Features and improvements - Convert plantuml diagrams to mermaid ([#3217](https://github.com/maplibre/maplibre-gl-js/pull/3217)) - Improve buffer transfer in Safari after Safari fixed a memory leak bug ([#3225](https://github.com/maplibre/maplibre-gl-js/pull/3225)) - Minify internal exports to reduce bundle size ([#3216](https://github.com/maplibre/maplibre-gl-js/pull/3216)) -- _...Add new stuff here..._ ### 🐞 Bug fixes - Add terrain property to map style object ([#3234](https://github.com/maplibre/maplibre-gl-js/pull/3234)) - Fix exception thrown from `isWebGL2` check ([#3238](https://github.com/maplibre/maplibre-gl-js/pull/3238)) - Fix rollup watch mode ([#3270](https://github.com/maplibre/maplibre-gl-js/pull/3270)) -- _...Add new stuff here..._ ## 3.5.1 diff --git a/package-lock.json b/package-lock.json index 0f8268152b..af65163020 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maplibre-gl", - "version": "3.5.1", + "version": "3.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maplibre-gl", - "version": "3.5.1", + "version": "3.5.2", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index 7f95ffa90e..f5298a9523 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.5.1", + "version": "3.5.2", "main": "dist/maplibre-gl.js", "style": "dist/maplibre-gl.css", "license": "BSD-3-Clause",