Skip to content

Commit 079e111

Browse files
committed
Bump version to v0.2.14
1 parent f77a36e commit 079e111

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.14
2+
3+
* Fixed "Field 'windowSize' has not been initialized" bug (Issue [203](https://github.com/akvelon/flutter-code-editor/issues/203)).
4+
15
## 0.2.13
26

37
* Workaround to disable spellcheck in Firefox (Issue [197](https://github.com/akvelon/flutter-code-editor/issues/197)).

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_code_editor
22
description: A customizable code field supporting syntax highlighting and code folding.
3-
version: 0.2.13
3+
version: 0.2.14
44
repository: https://github.com/akvelon/flutter-code-editor
55

66
environment:

0 commit comments

Comments
 (0)