Skip to content

Commit 2355f4e

Browse files
Release v1.0.0
Bundling used d3 functions
1 parent 44a38aa commit 2355f4e

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## Unreleased
4+
## v1.0.0 (2020-06-26)
55

66
**Added**
77
- rollup for building and bundling d3 ([#](https://github.com/GIScience/Leaflet.Heightgraph/issues/45))
@@ -12,8 +12,9 @@ All notable changes to this project will be documented in this file.
1212
- folder structure
1313

1414
**Removed**
15+
- removed d3 dependency
1516
- grunt as task runner
16-
- unused dependencies
17+
- unused dev-dependencies
1718
- lite-server
1819

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

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet.heightgraph",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"description": "Leaflet plugin to visualize height information and road attributes",
55
"main": "dist/L.Control.Heightgraph.min.js",
66
"module": "src/L.Control.Heightgraph.js",

0 commit comments

Comments
 (0)