Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
Add xTick and yTick option
  • Loading branch information
TheGreatRefrigerator committed Nov 15, 2019
1 parent dd3a0ff commit 3ca769c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 28 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## Unreleased
## v0.4.1 (2019-11-15)

**Added**
- `xTick` and `yTick` option to set axis tick frequency

## v0.4.0
## v0.4.0 (2019-11-14)

**Added**
- `highlightStyle` options parameter to customize the highlighting style
Expand Down
39 changes: 14 additions & 25 deletions 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": "0.4.0",
"version": "0.4.1",
"description": "Leaflet plugin to visualize height information and road attributes",
"main": "src/L.Control.Heightgraph.js",
"repository": {
Expand Down

0 comments on commit 3ca769c

Please sign in to comment.