Skip to content

Commit

Permalink
2.3.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Feb 17, 2021
1 parent 5ea792c commit 8b6be87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1] - 2021-02-17
### Changed
- Updated TS definition.


## [2.3.0] - 2020-05-31
### Added
- Added `SvgPath.from()` method.
Expand Down Expand Up @@ -139,6 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release.


[2.3.1]: https://github.com/fontello/svgpath/compare/2.3.0...2.3.1
[2.3.0]: https://github.com/fontello/svgpath/compare/2.2.3...2.3.0
[2.2.3]: https://github.com/fontello/svgpath/compare/2.2.2...2.2.3
[2.2.2]: https://github.com/fontello/svgpath/compare/2.2.1...2.2.2
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": "svgpath",
"version": "2.3.0",
"version": "2.3.1",
"description": "Low level toolkit for SVG paths transformations.",
"keywords": [
"svg",
Expand Down

0 comments on commit 8b6be87

Please sign in to comment.