From cce2e45df162dc756592bfcd7f8d024744788881 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Thu, 24 Oct 2024 18:04:22 +0700 Subject: [PATCH] Bump version to v0.13.5 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e5e3ec21..989fe0a498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.13.5] - 2024-10-24 +### Fixed +- Sanitize html + ## [0.13.4] - 2024-10-17 ### Added - Configuration for deploy platform diff --git a/pubspec.yaml b/pubspec.yaml index fa81fcad4d..5cfb767936 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.13.4 +version: 0.13.5 environment: sdk: ">=3.0.0 <4.0.0"