Skip to content

Commit fdf561d

Browse files
Release v0.1.2
1 parent fad188a commit fdf561d

File tree

3 files changed

+46
-42
lines changed

3 files changed

+46
-42
lines changed

CHANGELOG.md

Lines changed: 41 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,41 @@
1-
# Changelog
2-
All notable changes to this project will be documented in this file.
3-
4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6-
7-
<!--
8-
## [Unreleased] - YYYY-MM-DD
9-
10-
### Added
11-
- new feature
12-
13-
### Changed
14-
- existing functionality
15-
16-
### Deprecated
17-
- soon-to-be removed feature
18-
19-
### Removed
20-
- now_removed_feature
21-
22-
### Fixed
23-
- bug
24-
25-
### Security
26-
- in case of vulnerabilities
27-
28-
-->
29-
30-
## [v0.1.1] - 2019-12-09
31-
32-
### Fixed
33-
- repository links
34-
35-
36-
## [v0.1.0] - 2019-12-05
37-
Initial Version of the vue2-leaflet-height-graph plugin
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
<!--
8+
## [Unreleased] - YYYY-MM-DD
9+
10+
### Added
11+
- new feature
12+
13+
### Changed
14+
- existing functionality
15+
16+
### Deprecated
17+
- soon-to-be removed feature
18+
19+
### Removed
20+
- now_removed_feature
21+
22+
### Fixed
23+
- bug
24+
25+
### Security
26+
- in case of vulnerabilities
27+
28+
-->
29+
## [v0.1.2] - 2019-12-09
30+
31+
### Fixed
32+
- repository links (again)
33+
34+
## [v0.1.1] - 2019-12-09
35+
36+
### Fixed
37+
- repository links
38+
39+
40+
## [v0.1.0] - 2019-12-05
41+
Initial Version of the vue2-leaflet-height-graph plugin

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue2-leaflet-height-graph",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Leaflet.Heightgraph plugin extension for vue2-leaflet package",
55
"main": "dist/LControlHeightGraph.umd.min.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/GIScience/vue2-leaflet-heightgraph.git"
14+
"url": "git+https://github.com/GIScience/vue2-leaflet-height-graph.git"
1515
},
1616
"keywords": [
1717
"vue",
@@ -25,9 +25,9 @@
2525
"author": "amandus@openrouteservice.org",
2626
"license": "MIT",
2727
"bugs": {
28-
"url": "https://github.com/GIScience/vue2-leaflet-heightgraph/issues"
28+
"url": "https://github.com/GIScience/vue2-leaflet-height-graph/issues"
2929
},
30-
"homepage": "https://github.com/GIScience/vue2-leaflet-heightgraph#readme",
30+
"homepage": "https://github.com/GIScience/vue2-leaflet-height-graph#readme",
3131
"peerDependencies": {
3232
"@types/leaflet": "^1.5.5",
3333
"leaflet": "^1.5.1",

0 commit comments

Comments
 (0)