Skip to content

Commit 780eb7f

Browse files
Bump version to 4.0.2 (#3725)
* Bump version to 4.0.2 * Apply suggestions from code review --------- Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com>
1 parent a1acb24 commit 780eb7f

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
## main
22

33
### ✨ Features and improvements
4+
- _...Add new stuff here..._
45

6+
### 🐞 Bug fixes
57
- _...Add new stuff here..._
68

9+
## 4.0.2
10+
711
### 🐞 Bug fixes
812

913
- Fix `Style.setState` ignoring validate flag ([#3709](https://github.com/maplibre/maplibre-gl-js/pull/3709))
1014
- Fix marker flying off near horizon ([3704](https://github.com/maplibre/maplibre-gl-js/pull/3704))
11-
- _...Add new stuff here..._
1215

1316
## 4.0.1
1417

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": "4.0.1",
4+
"version": "4.0.2",
55
"main": "dist/maplibre-gl.js",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)