Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 7602f9f

Browse files
authored
Bump to 7.2.0 (#574)
1 parent 792cca4 commit 7602f9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## 7.2.0-wip
1+
## 7.2.0
22

33
* Require Dart `^3.1.0`.
44
* Update all CommonMark specification links to 0.30.
55
* Fix beginning of line detection in `AutolinkExtensionSyntax`.
6-
* Add a new syntax `AlertBlockSyntax` to parse GitHub Alerts
6+
* Add a new syntax `AlertBlockSyntax` to parse GitHub Alerts.
77

88
## 7.1.1
99

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: markdown
2-
version: 7.2.0-wip
2+
version: 7.2.0
33

44
description: >-
55
A portable Markdown library written in Dart that can parse Markdown into HTML.

0 commit comments

Comments
 (0)