Skip to content

Commit

Permalink
chore(release): 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 17, 2021
1 parent 232ee46 commit 13277c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dprint-plugin-markdown"
version = "0.10.0"
version = "0.11.0"
authors = ["David Sherret <[email protected]>"]
edition = "2018"
homepage = "https://github.com/dprint/dprint-plugin-markdown"
Expand All @@ -24,7 +24,7 @@ wasm = ["serde_json", "dprint-core/wasm"]
tracing = ["dprint-core/tracing"]

[dependencies]
dprint-core = { version = "0.46.0", features = ["formatting"] }
dprint-core = { version = "0.46.4", features = ["formatting"] }
pulldown-cmark = { version = "0.8.0", default-features = false }
regex = "1"
serde = { version = "1.0.88", features = ["derive"] }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
~~ textWrap: always, lineWidth: 40 ~~
!! should format indenting past task list marker (only) !!
!! should format indenting past task list marker !!
- [x] some text that will wrap beyond the line width
- [ ] nested testing this out testing testing testing
- [ ] some more text that will also wrap beyond the line width
Expand Down

0 comments on commit 13277c2

Please sign in to comment.