diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8de4ff10..bac3e09147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,21 @@ ## main ### ✨ Features and improvements -- ⚠️ Change the return type of `on` method to return a `Subscription` to allow for easy unsubscribe ([#5080](https://github.com/maplibre/maplibre-gl-js/pull/5080)) - _...Add new stuff here..._ ### 🐞 Bug fixes +- _...Add new stuff here..._ + +## 5.0.0-pre.8 + +### ✨ Features and improvements + +- ⚠️ Change the return type of `on` method to return a `Subscription` to allow for easy unsubscribe ([#5080](https://github.com/maplibre/maplibre-gl-js/pull/5080)) + +### 🐞 Bug fixes + - Fixes line flickering problem ([#5094](https://github.com/maplibre/maplibre-gl-js/pull/5094)) - Fix poor performance in Chrome related to passing matrices to WebGL ([#5072](https://github.com/maplibre/maplibre-gl-js/pull/5072)) -- _...Add new stuff here..._ ## 5.0.0-pre.7 diff --git a/package-lock.json b/package-lock.json index 5690a64982..6d034efb95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maplibre-gl", - "version": "5.0.0-pre.7", + "version": "5.0.0-pre.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maplibre-gl", - "version": "5.0.0-pre.7", + "version": "5.0.0-pre.8", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index d5be45880f..a014b37416 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": "5.0.0-pre.7", + "version": "5.0.0-pre.8", "main": "dist/maplibre-gl.js", "style": "dist/maplibre-gl.css", "license": "BSD-3-Clause",