bump up level
This commit is contained in:
parent
374f7002d2
commit
549d4a2ba9
@ -1,5 +1,6 @@
|
||||
### Change Log for Node-RED Worldmap
|
||||
|
||||
- v2.20.0 - Add support of .pbf map layers. Issue #123.
|
||||
- v2.19.0 - Bump leaflet to latest. v1.7
|
||||
- v2.18.1 - Let fillOpacity be 0.
|
||||
- v2.18.0 - Add bounds event onzoom or drag.
|
||||
|
@ -11,6 +11,7 @@ map web page for plotting "things" on.
|
||||
|
||||
### Updates
|
||||
|
||||
- v2.20.0 - Add support of .pbf map layers. Issue 123.
|
||||
- v2.19.0 - Bump leaflet to latest. v1.7
|
||||
- v2.18.1 - Let fillOpacity be 0.
|
||||
- v2.18.0 - Add bounds event onzoom or drag.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-contrib-web-worldmap",
|
||||
"version": "2.19.0",
|
||||
"version": "2.20.0",
|
||||
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
|
||||
"dependencies": {
|
||||
"cgi": "0.3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user