Bump to 0.10.1
diff --git a/pkgs/markdown/CHANGELOG.md b/pkgs/markdown/CHANGELOG.md index 5d88d40..cd55e84 100644 --- a/pkgs/markdown/CHANGELOG.md +++ b/pkgs/markdown/CHANGELOG.md
@@ -1,3 +1,9 @@ +## 0.10.1 + +* Parse [hard line breaks](http://spec.commonmark.org/0.24/#hard-line-breaks) + properly (#86). Thanks @mehaase! +* Fix processing of `[ ... ]` syntax when no resolver is specified (#92). + ## 0.10.0 * BREAKING: Now following the CommonMark spec for fenced code blocks.