diff --git a/CHANGELOG.md b/CHANGELOG.md index ad152ad2b5..51f8ad5e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ ### 🐞 Bug fixes - _...Add new stuff here..._ +## 3.5.1 + +### 🐞 Bug fixes +- Fix regression introduced in 3.5.0, related to async/await ([#3228](https://github.com/maplibre/maplibre-gl-js/pull/3228)) + ## 3.5.0 diff --git a/package-lock.json b/package-lock.json index 98a5b65c42..c70e5d2a1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maplibre-gl", - "version": "3.5.0", + "version": "3.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maplibre-gl", - "version": "3.5.0", + "version": "3.5.1", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index d2b7b81c7e..dc0113f82a 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.0", + "version": "3.5.1", "main": "dist/maplibre-gl.js", "style": "dist/maplibre-gl.css", "license": "BSD-3-Clause",