Skip to content

Commit 170d2f4

Browse files
committed
0.13.1
1 parent 203e39e commit 170d2f4

File tree

3 files changed

+303
-3
lines changed

3 files changed

+303
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
**/*.rs.bk
33
deployment/npm/buffer.generated.js
44
deployment/npm/node_modules
5-
Cargo.lock

Cargo.lock

+301
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-markdown"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2021"
66
homepage = "https://github.com/dprint/dprint-plugin-markdown"
@@ -25,7 +25,7 @@ tracing = ["dprint-core/tracing"]
2525

2626
[dependencies]
2727
anyhow = "1.0.56"
28-
dprint-core = { version = "0.55.0", features = ["formatting"] }
28+
dprint-core = { version = "0.55.2", features = ["formatting"] }
2929
pulldown-cmark = { version = "0.9.1", default-features = false }
3030
regex = "1"
3131
serde = { version = "1.0.136", features = ["derive"] }

0 commit comments

Comments
 (0)