diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e97d8a..23fe90b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Removed +## [0.6.1] +### Fixed +- Fixes markdown failing to parse sometimes. [#52](https://github.com/greenape/mknotebooks/issues/52) + ## [0.6.0] ### Added - You can now remove cells using both nbconvert's built in options, but also the [cell tag and regex remove preprocessors](https://nbconvert.readthedocs.io/en/latest/removing_cells.html). [#36](https://github.com/greenape/mknotebooks/issues/36) @@ -77,7 +81,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Compatibility with mkdocs 1.1. [#14](https://github.com/greenape/mknotebooks/pull/14) (thanks to [@lgeiger](https://github.com/lgeiger)) - Set the correct class on headerlink. [#16](https://github.com/greenape/mknotebooks/pull/16) (thanks to [@lgeiger](https://github.com/lgeiger)) -[Unreleased]: https://github.com/greenape/mktheapidocs/compare/0.6.0...master +[Unreleased]: https://github.com/greenape/mktheapidocs/compare/0.6.1...master +[0.6.1]: https://github.com/greenape/mktheapidocs/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/greenape/mktheapidocs/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/greenape/mktheapidocs/compare/0.4.1...0.5.0 [0.4.1]: https://github.com/greenape/mktheapidocs/compare/0.4.0...0.4.1