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.