diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c53db..ebee6fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.13 + +* Chore: updated dependencies + ## 1.3.12 * Fix: always add a new line without checking the last operation diff --git a/README.md b/README.md index 7ebfd13..49440aa 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Add the dependency to your pubspec.yaml: ```yaml dependencies: - flutter_quill_delta_from_html: ^1.3.12 + flutter_quill_delta_from_html: ^1.3.13 ``` Then, import the package and use it in your Flutter application: diff --git a/pubspec.yaml b/pubspec.yaml index 76f7352..f85f8f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill_delta_from_html description: "Convert easily HTML inputs content to Quill Js Delta format" -version: 1.3.12 +version: 1.3.13 homepage: repository: https://github.com/CatHood0/flutter_quill_delta_from_html issue_tracker: https://github.com/CatHood0/flutter_quill_delta_from_html/issues @@ -10,7 +10,7 @@ environment: flutter: ">=1.17.0" dependencies: - dart_quill_delta: ^9.5.19 + dart_quill_delta: ^10.0.0 html: ^0.15.4 dev_dependencies: