Skip to content

Commit

Permalink
Bump version for feedback PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dceejay committed May 6, 2024
1 parent 2470952 commit 868b35c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .gitignore
@@ -1 +1,7 @@
node_modules/
node_modules/
*.DS_Store
shrink
mapbox.token
*.bak
worldmap/ml3d.html
worldmap/unitgenerator.html
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
### Change Log for Node-RED Worldmap

- v4.8.0 - Merged PR for feedback functioanlity cleanup and example. PR #271 and #272
- 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.
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -13,6 +13,7 @@ Feel free to [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%

### Updates

- v4.8.0 - Merged PR for feedback functioanlity cleanup and example. PR #271 and #272
- 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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-web-worldmap",
"version": "4.7.0",
"version": "4.8.0",
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
"dependencies": {
"@turf/bezier-spline": "~6.5.0",
Expand Down

0 comments on commit 868b35c

Please sign in to comment.