Skip to content

Commit

Permalink
set release
Browse files Browse the repository at this point in the history
  • Loading branch information
CatHood0 committed Jul 15, 2024
1 parent 77d02ca commit 05ec9a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.12

* Fix: always add a new line without checking the last operation

## 1.3.11

* Fix: package use flutter dependency
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Add the dependency to your pubspec.yaml:

```yaml
dependencies:
flutter_quill_delta_from_html: ^1.3.11
flutter_quill_delta_from_html: ^1.3.12
```
Then, import the package and use it in your Flutter application:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_quill_delta_from_html
description: "Convert easily HTML inputs content to Quill Js Delta format"
version: 1.3.11
version: 1.3.12
homepage:
repository: https://github.com/CatHood0/flutter_quill_delta_from_html
issue_tracker: https://github.com/CatHood0/flutter_quill_delta_from_html/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=1.17.0"

dependencies:
dart_quill_delta: ^9.5.17
dart_quill_delta: ^9.5.19
html: ^0.15.4

dev_dependencies:
Expand Down

0 comments on commit 05ec9a7

Please sign in to comment.