Skip to content

Commit

Permalink
Bump to 5 to keep NPM / Github synchronized
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyrocks committed Apr 28, 2024
1 parent 887eb95 commit 32b80c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGE LOG

## April 28, 2024 - v0.0.5
* Bump to 5 to keep NPM / Github synchronized

## April 28, 2024 - v0.0.4
* Export processData so it can use used without adding data to the map directly
* Update libraries
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ I'd also like to thank the Mapbox🚀 and MapLibre teams for creating such a gre
VectorTextProtocol.addProtocols(maplibregl);

// Individual protocols can be added as well
maplibregl.addProtocol('csv', VectorTextProtocol);
maplibregl.addProtocol('kml', VectorTextProtocol);
maplibregl.addProtocol('csv', VectorTextProtocol.VectorTextProtocol);
maplibregl.addProtocol('kml', VectorTextProtocol.VectorTextProtocol);
```

## Examples ⚙️
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maplibre-gl-vector-text-protocol",
"version": "0.0.4",
"version": "0.0.5",
"description": "Allows various text based vector formats to be used with maplibre gl js",
"keywords": [
"maplibre",
Expand Down

0 comments on commit 32b80c2

Please sign in to comment.