diff --git a/CHANGELOG.md b/CHANGELOG.md index f7859d45..efb2c374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.2.3 + +* Fix an issue with checkbox list items separated with blank lines (#602). + ## 7.2.2 * Fix a crash parsing alert block syntax (#584). diff --git a/lib/src/version.dart b/lib/src/version.dart index f10c4ff9..5c4f1b48 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '7.2.2'; +const packageVersion = '7.2.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 7cb8b6fb..da60194e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: markdown -version: 7.2.2 +version: 7.2.3 description: >- A portable Markdown library written in Dart that can parse Markdown into HTML. repository: https://github.com/dart-lang/markdown