From 4defd5da4b7ef9cd932353e9332f191426a208c5 Mon Sep 17 00:00:00 2001 From: CatHood0 Date: Sun, 21 Jul 2024 14:46:39 -0400 Subject: [PATCH] set release 1.0.4 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd10bc..d24c7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.4 + +* Fix: duplicated new lines +* Fix: some new lines could contain inline type instead block type + ## 1.0.3 * Fix: block attributes for embeds are ignored diff --git a/pubspec.yaml b/pubspec.yaml index fad5f2b..d193987 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill_delta_easy_parser description: "Convert your Quill Delta into a simplified document format, making it easier to manage and manipulate text attributes" -version: 1.0.3 +version: 1.0.4 homepage: https://github.com/CatHood0/flutter_quill_delta_easy_parser issue_tracker: https://github.com/CatHood0/flutter_quill_delta_easy_parser/issues