From e859d977ee36c3c141211fc0d142c90ed4194c69 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Mon, 16 Dec 2024 16:52:27 +0700 Subject: [PATCH] Bump version to v0.14.3 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 231cfd528..26f90e25a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.14.3] - 2024-12-16 +### Fixed +- Disable Spell check API + ## [0.14.2] - 2024-11-20 ### Added - #3010 Highlight search result with SearchSnippet method diff --git a/pubspec.yaml b/pubspec.yaml index 64bc30d35..aba972db2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.14.2 +version: 0.14.3 environment: sdk: ">=3.0.0 <4.0.0"