From 180c8cf933351a4218b97b7d726f41a25a407345 Mon Sep 17 00:00:00 2001 From: elfalem Date: Sat, 8 May 2021 19:27:13 -0400 Subject: [PATCH] update version --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- src/leaflet.curve.js | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 606b918..6c455fe 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2021-05-08 +### Added +- Add Type Declaration file #38 + +### Fixed +- Fix package vulnerabilities #34, #35 + ## [0.7.0] - 2020-11-24 ### Fixed - Use supplied pane when rendering curves for canvas #33 @@ -55,7 +62,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.7.0...HEAD +[Unreleased]: https://github.com/elfalem/Leaflet.curve/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/elfalem/Leaflet.curve/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/elfalem/Leaflet.curve/compare/v0.6.0...v0.7.0 [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 diff --git a/package.json b/package.json index a5a609d..d8bd23c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elfalem/leaflet-curve", - "version": "0.7.0", + "version": "0.8.0", "description": "A Leaflet plugin for drawing Bézier curves and other complex shapes.", "main": "dist/leaflet.curve.js", "types": "types/leaflet.curve.d.ts", diff --git a/src/leaflet.curve.js b/src/leaflet.curve.js index 01dff48..fe8beca 100755 --- a/src/leaflet.curve.js +++ b/src/leaflet.curve.js @@ -1,6 +1,6 @@ /* - * Leaflet.curve v0.7.0 - a plugin for Leaflet mapping library. https://github.com/elfalem/Leaflet.curve - * (c) elfalem 2015-2020 + * Leaflet.curve v0.8.0 - a plugin for Leaflet mapping library. https://github.com/elfalem/Leaflet.curve + * (c) elfalem 2015-2021 */ /* * note that SVG (x, y) corresponds to (long, lat)