diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b4279..66abb16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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). +## [2.6.0] - 2022-10-28 +### Changed +- For broken paths return valid part instead of discard all, #60. + + ## [2.5.0] - 2022-01-11 ### Changed - Refactored `.toString()` to improve speed. diff --git a/package.json b/package.json index 18fb108..222cf03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svgpath", - "version": "2.5.0", + "version": "2.6.0", "description": "Low level toolkit for SVG paths transformations.", "keywords": [ "svg",