diff --git a/CHANGELOG.md b/CHANGELOG.md index 2966d49..dbb7d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -# [2.0.1] - Feb 1st, 2021 +# [2.0.2] - Feb 5th, 2021 + +* Fixed an issue with trailing blank spaces +* Fixed an issue with some escaped characters not rendering + +## [2.0.1] - Feb 1st, 2021 * Fixed an issue with text within body tag not rendering * Improved error handling diff --git a/example/pubspec.lock b/example/pubspec.lock index 9fd0c24..780efea 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -108,7 +108,7 @@ packages: path: ".." relative: true source: path - version: "2.0.1" + version: "2.0.2" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 3734bfe..907df5c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: simple_html_css description: This package allows you to use simple HTML and inline CSS styles to style your text in flutter. A fork of css_text package. -version: 2.0.1 +version: 2.0.2 homepage: https://github.com/ali-thowfeek/simple_html_css_flutter repository: https://github.com/ali-thowfeek/simple_html_css_flutter environment: