Skip to content

Commit

Permalink
🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 3, 2023
1 parent e38f280 commit c434a77
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crates/autolink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markdown-it-autolink"
version = "0.1.0"
version = "0.2.0"
description = "A markdown-it plugin for parsing GFM autolinks"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/deflist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markdown-it-deflist"
version = "0.2.0"
version = "0.3.0"
description = "A markdown-it plugin for parsing definition lists"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/footnote/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markdown-it-footnote"
version = "0.1.1"
version = "0.2.0"
description = "A markdown-it plugin for parsing footnotes"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/front_matter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markdown-it-front-matter"
version = "0.2.0"
version = "0.3.0"
description = "A markdown-it plugin for parsing front matter"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/heading_anchors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markdown-it-heading-anchors"
version = "0.2.0"
version = "0.3.0"
description = "A markdown-it plugin for parsing GFM tasklists"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/tasklist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markdown-it-tasklist"
version = "0.1.3"
version = "0.2.0"
description = "A markdown-it plugin for parsing GFM tasklists"
readme = "README.md"
license = "Apache-2.0"
Expand Down

0 comments on commit c434a77

Please sign in to comment.