Skip to content

Commit

Permalink
update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elfalem committed Jan 9, 2020
1 parent 2cafbdb commit 77f13a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2020-01-08
### Added
- Add methods for greater compatibility with other libraries and base Leaflet methods #25
- Bump mixin-deep from 1.3.1 to 1.3.2 #27

## [0.5.2] - 2019-04-30
### Fixed
- Second attempt to fix outdated npm package issue #23
Expand Down Expand Up @@ -44,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Ability to draw Bézier curves.

[Unreleased]: https://github.com/elfalem/Leaflet.curve/compare/v0.5.2...HEAD
[Unreleased]: https://github.com/elfalem/Leaflet.curve/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/elfalem/Leaflet.curve/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/elfalem/Leaflet.curve/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/elfalem/Leaflet.curve/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/elfalem/Leaflet.curve/compare/v0.4.1...v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions src/leaflet.curve.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Leaflet.curve v0.5.2 - a plugin for Leaflet mapping library. https://github.com/elfalem/Leaflet.curve
* (c) elfalem 2015-2019
* Leaflet.curve v0.6.0 - a plugin for Leaflet mapping library. https://github.com/elfalem/Leaflet.curve
* (c) elfalem 2015-2020
*/
/*
* note that SVG (x, y) corresponds to (long, lat)
Expand Down
Empty file modified yarn.lock
100644 → 100755
Empty file.

0 comments on commit 77f13a0

Please sign in to comment.