From 9e0866924ae6e15579f93b30878bbbefc35f47d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wi=C5=9Bniewski?= Date: Tue, 22 Oct 2024 11:18:20 +0200 Subject: [PATCH] bump up pubspec + update changelog --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2534dde..ca35f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.2.0 + +* Fix `softLineBreak` not respected when a new line is starting with a link [#34](https://github.com/TarekkMA/markdown_quill/issues/34) + ## 4.1.0 * Add `DeltaToMarkdown.customContentHandler` that allows you to configure how special characters are escaped diff --git a/pubspec.yaml b/pubspec.yaml index 7b9f8d1..d944569 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: markdown_quill description: Convert between quill (delta) format and markdown -version: 4.1.0 +version: 4.2.0 repository: https://github.com/TarekkMA/markdown_quill environment: