Skip to content

Commit 7e4e0cd

Browse files
authored
Bump version to 3.2.2 (#2946)
* Bump version to 3.2.2 * Update changelog
1 parent 4ed03f6 commit 7e4e0cd

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22

33
### ✨ Features and improvements
44

5+
- _...Add new stuff here..._
6+
7+
### 🐞 Bug fixes
8+
9+
- _...Add new stuff here..._
10+
11+
## 3.2.2
12+
13+
### ✨ Features and improvements
14+
515
- Add `cache` parameter to [`RequestParameters`](https://maplibre.org/maplibre-gl-js/docs/API/types/maplibregl.RequestParameters/) ([#2910](https://github.com/maplibre/maplibre-gl-js/pull/2910))
616
- Removed some classed from the docs to better define the public API ([#2945](https://github.com/maplibre/maplibre-gl-js/pull/2945))
7-
- _...Add new stuff here..._
817

918
### 🐞 Bug fixes
1019

1120
- Properly check ImageBitmap ([#2942](https://github.com/maplibre/maplibre-gl-js/pull/2942), [#2940](https://github.com/maplibre/maplibre-gl-js/issues/2940))
1221
- VectorTileWorkerSource: fix reload for original's load parse would not pass the rawTileData and meta. ([#2941](https://github.com/maplibre/maplibre-gl-js/pull/2941))
13-
- _...Add new stuff here..._
1422

1523
## 3.2.1
1624

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maplibre-gl",
33
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"main": "dist/maplibre-gl.js",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)