Skip to content

Commit

Permalink
Release 2.0.3 (#809)
Browse files Browse the repository at this point in the history
* Updated changelog and package json for release

* added node 16 changelog item
  • Loading branch information
HarelM authored Jan 22, 2022
1 parent 2ea11b2 commit 905f278
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
## main

### Features and improvements
- *...Add new stuff here...*

* Remove node package chalk from devDependencies (#789).
### 🐞 Bug fixes
- *...Add new stuff here...*

## 2.0.3
### Features and improvements

* Remove node package chalk from devDependencies (#789).
* Remove vector-tile module declaration and revert to using point from @mapbox/point-geometry (#788, #800)
* Moved development environemnt to use NodeJs 16 (#781, #806)

### 🐞 Bug fixes

- Fix max cluster zoom in geojson source (#61)
- *...Add new stuff here...*

## 2.0.2

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.0.2",
"version": "2.0.3",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 905f278

Please sign in to comment.