Skip to content

Commit

Permalink
Changes needed to release 2.2.0-pre.1 (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored May 12, 2022
1 parent 1ab71b1 commit 52a9f54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 52a9f54

Please sign in to comment.