From 7602f9f17d25702c11991380ebc7853ccdc42f7a Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Tue, 16 Jan 2024 22:36:55 -0800 Subject: [PATCH] Bump to 7.2.0 (#574) --- CHANGELOG.md | 4 ++-- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe714142..ee08de91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## 7.2.0-wip +## 7.2.0 * Require Dart `^3.1.0`. * Update all CommonMark specification links to 0.30. * Fix beginning of line detection in `AutolinkExtensionSyntax`. -* Add a new syntax `AlertBlockSyntax` to parse GitHub Alerts +* Add a new syntax `AlertBlockSyntax` to parse GitHub Alerts. ## 7.1.1 diff --git a/lib/src/version.dart b/lib/src/version.dart index a70cac58..89858dde 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '7.2.0-wip'; +const packageVersion = '7.2.0'; diff --git a/pubspec.yaml b/pubspec.yaml index c452f4ce..5bab4d6a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: markdown -version: 7.2.0-wip +version: 7.2.0 description: >- A portable Markdown library written in Dart that can parse Markdown into HTML.