Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Dec 9, 2019
1 parent fad188a commit fdf561d
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 42 deletions.
78 changes: 41 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,41 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!--
## [Unreleased] - YYYY-MM-DD
### Added
- new feature
### Changed
- existing functionality
### Deprecated
- soon-to-be removed feature
### Removed
- now_removed_feature
### Fixed
- bug
### Security
- in case of vulnerabilities
-->

## [v0.1.1] - 2019-12-09

### Fixed
- repository links


## [v0.1.0] - 2019-12-05
Initial Version of the vue2-leaflet-height-graph plugin
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!--
## [Unreleased] - YYYY-MM-DD
### Added
- new feature
### Changed
- existing functionality
### Deprecated
- soon-to-be removed feature
### Removed
- now_removed_feature
### Fixed
- bug
### Security
- in case of vulnerabilities
-->
## [v0.1.2] - 2019-12-09

### Fixed
- repository links (again)

## [v0.1.1] - 2019-12-09

### Fixed
- repository links


## [v0.1.0] - 2019-12-05
Initial Version of the vue2-leaflet-height-graph plugin
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue2-leaflet-height-graph",
"version": "0.1.1",
"version": "0.1.2",
"description": "Leaflet.Heightgraph plugin extension for vue2-leaflet package",
"main": "dist/LControlHeightGraph.umd.min.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/GIScience/vue2-leaflet-heightgraph.git"
"url": "git+https://github.com/GIScience/vue2-leaflet-height-graph.git"
},
"keywords": [
"vue",
Expand All @@ -25,9 +25,9 @@
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/GIScience/vue2-leaflet-heightgraph/issues"
"url": "https://github.com/GIScience/vue2-leaflet-height-graph/issues"
},
"homepage": "https://github.com/GIScience/vue2-leaflet-heightgraph#readme",
"homepage": "https://github.com/GIScience/vue2-leaflet-height-graph#readme",
"peerDependencies": {
"@types/leaflet": "^1.5.5",
"leaflet": "^1.5.1",
Expand Down

0 comments on commit fdf561d

Please sign in to comment.