diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd8e57b..8998d434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [3.8.3] +* Fix for errors on a non scrollable editor. + # [3.8.2] * Fix certain keys not working on web when editor is a child of a scroll view. diff --git a/pubspec.yaml b/pubspec.yaml index 411014cf..9e94872f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 3.8.2 +version: 3.8.3 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill