Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## v1.4.0 (XXXX)
## v1.4.0 (2020-10-26)

**Added**
- Option pass a callback function in the mappings object. This can be used for path details that have many possible values. See the example mappings.js for an example ([#103](https://github.com/GIScience/Leaflet.Heightgraph/issues/103)).
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "leaflet.heightgraph",
"version": "1.3.3",
"version": "1.4.0",
"description": "Leaflet plugin to visualize height information and road attributes",
"main": "dist/L.Control.Heightgraph.min.js",
"module": "dist/L.Control.Heightgraph.min.js",
Expand Down