Skip to content

Commit

Permalink
Release 2.3.1-pre.2 (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum authored Aug 20, 2022
1 parent 075821a commit 7cb76fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@
### 🐞 Bug fixes

- *...Add new stuff here...*


## 2.3.1-pre.2

### ✨ Features and improvements
- Improve expression types ([#1510](https://github.com/maplibre/maplibre-gl-js/pull/1510))
- Improve performance for primitive size selection ([#1508](https://github.com/maplibre/maplibre-gl-js/pull/1508))
- Fix query tests on windows ([#1506](https://github.com/maplibre/maplibre-gl-js/pull/1506))
- Upgrade target from ES2017 to ES2019 ([#1499](https://github.com/maplibre/maplibre-gl-js/pull/1499))

## 2.3.1-pre.1

### ✨ Features and improvements
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.3.1-pre.1",
"version": "2.3.1-pre.2",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 7cb76fa

Please sign in to comment.