diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1a475..ab43843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.3.2 + +- Fixed an error in `toJson()` when `taperEnabled` is true but `customTaper` is null. + ## 2.3.1 - Fixed an error that occured when trying to lerp a NaN point. diff --git a/pubspec.yaml b/pubspec.yaml index a8ac0e9..dcd1fb3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: perfect_freehand -version: 2.3.1 +version: 2.3.2 description: Draw perfect pressure-sensitive freehand lines. A set of functions for turning input points into a polygon of outline points. homepage: https://github.com/steveruizok/perfect-freehand-dart repository: https://github.com/steveruizok/perfect-freehand-dart