File tree Expand file tree Collapse file tree 3 files changed +46
-42
lines changed Expand file tree Collapse file tree 3 files changed +46
-42
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
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" ,
25252626 "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" ,
You can’t perform that action at this time.
0 commit comments