Skip to content

Commit 8b6be87

Browse files
author
Vitaly Puzrin
committedFeb 17, 2021
2.3.1 released
1 parent 5ea792c commit 8b6be87

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [2.3.1] - 2021-02-17
10+
### Changed
11+
- Updated TS definition.
12+
13+
914
## [2.3.0] - 2020-05-31
1015
### Added
1116
- Added `SvgPath.from()` method.
@@ -139,6 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139144
- First release.
140145

141146

147+
[2.3.1]: https://github.com/fontello/svgpath/compare/2.3.0...2.3.1
142148
[2.3.0]: https://github.com/fontello/svgpath/compare/2.2.3...2.3.0
143149
[2.2.3]: https://github.com/fontello/svgpath/compare/2.2.2...2.2.3
144150
[2.2.2]: https://github.com/fontello/svgpath/compare/2.2.1...2.2.2

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svgpath",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Low level toolkit for SVG paths transformations.",
55
"keywords": [
66
"svg",

0 commit comments

Comments
 (0)
Please sign in to comment.