diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f08e57..cc5e2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.1 + +* Fix: dispose methods show that need to be overrided + ## 1.2.0 * Feat: More translations for spell checker by @CatHood0 in https://github.com/CatHood0/simple_spell_checker/pull/2 diff --git a/example/pubspec.lock b/example/pubspec.lock index 637594e..1b321ef 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -145,7 +145,7 @@ packages: path: ".." relative: true source: path - version: "1.2.0" + version: "1.2.1" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index dc88508..c9b9d52 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: simple_spell_checker description: "A simple and powerful spell checker, allowing developers to detect and highlight spelling errors in text" -version: 1.2.0 +version: 1.2.1 homepage: https://github.com/CatHood0/simple_spell_checker issue_tracker: https://github.com/CatHood0/simple_spell_checker/issues/ documentation: https://github.com/CatHood0/simple_spell_checker/