diff --git a/CHANGELOG.md b/CHANGELOG.md index a7574e978e..42198a127d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,18 @@ ### ✨ Features and improvements -- Cancel pending GeoJSON requests when `GeoJSONSource.setData()` is called instead of waiting for any pending request to complete before issuing the request for the new URL (#1102) - *...Add new stuff here...* ### 🐞 Bug fixes - *...Add new stuff here...* +## 2.2.0-pre.1 + +### ✨ Features and improvements + +- Cancel pending GeoJSON requests when `GeoJSONSource.setData()` is called instead of waiting for any pending request to complete before issuing the request for the new URL (#1102) + ## 2.1.9 ### 🐞 Bug fixes diff --git a/package-lock.json b/package-lock.json index 17f72a5a52..a161485ca9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maplibre-gl", - "version": "2.1.9", + "version": "2.2.0-pre.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maplibre-gl", - "version": "2.1.9", + "version": "2.2.0-pre.1", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index 9e974636a1..94254096e6 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": "2.1.9", + "version": "2.2.0-pre.1", "main": "dist/maplibre-gl.js", "style": "dist/maplibre-gl.css", "license": "BSD-3-Clause",