diff --git a/CHANGELOG.md b/CHANGELOG.md index 236b76f3..5b573e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.5 + +- Fixed line numbers not aligning with lines (https://github.com/akvelon/flutter-code-editor/pull/307) + ## 0.3.4 - Added default height to `defaultTextStyle` (https://github.com/akvelon/flutter-code-editor/pull/297). diff --git a/pubspec.yaml b/pubspec.yaml index e2988c0b..3d5e1167 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_code_editor description: A customizable code field supporting syntax highlighting and code folding. -version: 0.3.4 +version: 0.3.5 repository: https://github.com/akvelon/flutter-code-editor environment: