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 1
1
{
2
2
"name" : " vue2-leaflet-height-graph" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " Leaflet.Heightgraph plugin extension for vue2-leaflet package" ,
5
5
"main" : " dist/LControlHeightGraph.umd.min.js" ,
6
6
"scripts" : {
11
11
},
12
12
"repository" : {
13
13
"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"
15
15
},
16
16
"keywords" : [
17
17
" vue" ,
25
25
"author" : " amandus@openrouteservice.org" ,
26
26
"license" : " MIT" ,
27
27
"bugs" : {
28
- "url" : " https://github.com/GIScience/vue2-leaflet-heightgraph /issues"
28
+ "url" : " https://github.com/GIScience/vue2-leaflet-height-graph /issues"
29
29
},
30
- "homepage" : " https://github.com/GIScience/vue2-leaflet-heightgraph #readme" ,
30
+ "homepage" : " https://github.com/GIScience/vue2-leaflet-height-graph #readme" ,
31
31
"peerDependencies" : {
32
32
"@types/leaflet" : " ^1.5.5" ,
33
33
"leaflet" : " ^1.5.1" ,
You can’t perform that action at this time.
0 commit comments