diff --git a/CHANGELOG.md b/CHANGELOG.md index df6dc5e..5cec1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.4.0 + +- Update dependencies + ## 2.3.0 - Improve REGEX diff --git a/pubspec.yaml b/pubspec.yaml index ec6cfc1..39baf73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_link_previewer description: > URL preview extracted from the provided text with basic customization and ability to render from cached data. -version: 2.3.0 +version: 2.4.0 homepage: https://flyer.chat repository: https://github.com/flyerhq/flutter_link_previewer @@ -13,7 +13,7 @@ environment: dependencies: flutter: sdk: flutter - flutter_chat_types: ^2.4.3 + flutter_chat_types: ^3.0.0 flutter_linkify: ^5.0.2 html: ^0.15.0 http: ^0.13.3