diff --git a/CHANGELOG.md b/CHANGELOG.md index 732f0805..658d8b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,8 @@ -## 7.2.4 - -* Fix several `RangeError` hazards in links (#623). - ## 7.2.3 * Fix an issue with checkbox list items separated with blank lines (#602). * Require package `web: '>=0.4.2 <2.0.0'`. +* Fix several `RangeError` hazards in links (#623). ## 7.2.2 diff --git a/lib/src/version.dart b/lib/src/version.dart index e42da0f9..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.4'; +const packageVersion = '7.2.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 3862e401..947b66ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: markdown -version: 7.2.4 +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