From 2f9a1332911753683ad2bc81e1645cc0dd7d6107 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 3 May 2024 10:28:42 +0100 Subject: [PATCH] update readme, changelog --- CHANGELOG.md | 1 + README.md | 1 + package-lock.json | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 145c953..5848585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Change Log for Node-RED Worldmap + - v4.7.0 - Update pmtiles library, fix feedback function inconsistency. Issue #270 - v4.6.5 - Let geojson allow for generic overrides with .icon and .layer. - v4.6.4 - Fix deletion of layers logic to actually fully remove points. - v4.6.3 - Fix sending of layer events when not wanted. Issue #262 diff --git a/README.md b/README.md index 4647ed2..534c211 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Feel free to [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D% ### Updates +- v4.7.0 - Update pmtiles library, fix feedback function inconsistency. Issue #270 - v4.6.5 - Let geojson allow for generic overrides with .icon and .layer. - v4.6.4 - Fix deletion of layers logic to actually fully remove points. - v4.6.3 - Fix sending of layer events when not wanted. Issue #262 diff --git a/package-lock.json b/package-lock.json index e45ef93..27e408e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-contrib-web-worldmap", - "version": "4.6.5", + "version": "4.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-red-contrib-web-worldmap", - "version": "4.6.5", + "version": "4.7.0", "bundleDependencies": [ "cgi", "compression",