diff --git a/CHANGELOG.md b/CHANGELOG.md index f1507b2..86a4450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.1.0] - 2024-08-06 +- Release new version 0.1.0 + ## [0.0.5] - 2022-05-18 - New feature: edit / add links - New feature: color document foreground and background diff --git a/pubspec.yaml b/pubspec.yaml index a687593..5e53eeb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_html_editor description: Slim HTML editor for Flutter with full API control and optional Flutter-based widget controls. -version: 0.0.5 +version: 0.1.0 homepage: https://github.com/Enough-Software/enough_html_editor environment: @@ -15,7 +15,6 @@ dependencies: flutter_inappwebview: 6.0.0 image: ^4.0.15 - dependency_overrides: # uncomment path for git/ local development # enough_platform_widgets: