Skip to content

Commit

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

## [Unreleased]

## [0.5.2] - 2019-04-30
### Fixed
- Second attempt to fix outdated npm package issue #23

## [0.5.1] - 2019-04-30
### Fixed
- Fix outdated npm package issue #23
Expand Down Expand Up @@ -40,7 +44,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.1...HEAD
[Unreleased]: https://github.com/elfalem/Leaflet.curve/compare/v0.5.2...HEAD
[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
[0.4.1]: https://github.com/elfalem/Leaflet.curve/compare/v0.4.0...v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elfalem/leaflet-curve",
"version": "0.5.1",
"version": "0.5.2",
"description": "A Leaflet plugin for drawing Bézier curves and other complex shapes.",
"main": "dist/leaflet.curve.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/leaflet.curve.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Leaflet.curve v0.5.1 - a plugin for Leaflet mapping library. https://github.com/elfalem/Leaflet.curve
* Leaflet.curve v0.5.2 - a plugin for Leaflet mapping library. https://github.com/elfalem/Leaflet.curve
* (c) elfalem 2015-2019
*/
/*
Expand Down

0 comments on commit 910edea

Please sign in to comment.