Skip to content

Commit c434a77

Browse files
committed
🚀 Release
1 parent e38f280 commit c434a77

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

crates/autolink/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markdown-it-autolink"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A markdown-it plugin for parsing GFM autolinks"
55
readme = "README.md"
66
license = "Apache-2.0"

crates/deflist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markdown-it-deflist"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "A markdown-it plugin for parsing definition lists"
55
readme = "README.md"
66
license = "Apache-2.0"

crates/footnote/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markdown-it-footnote"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "A markdown-it plugin for parsing footnotes"
55
readme = "README.md"
66
license = "Apache-2.0"

crates/front_matter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markdown-it-front-matter"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "A markdown-it plugin for parsing front matter"
55
readme = "README.md"
66
license = "Apache-2.0"

crates/heading_anchors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markdown-it-heading-anchors"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "A markdown-it plugin for parsing GFM tasklists"
55
readme = "README.md"
66
license = "Apache-2.0"

crates/tasklist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markdown-it-tasklist"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
description = "A markdown-it plugin for parsing GFM tasklists"
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)