diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4ad7f..d814ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.2 + +* fix: shortcode escaping again + ## 0.6.1 * fix: shortcode escaping in markdown diff --git a/pubspec.yaml b/pubspec.yaml index ca08843..a86f0d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: blake -version: 0.6.1 +version: 0.6.2 description: Experimental static site generator for Dart with Markdown support, Jinja templates and live-reload. repository: https://github.com/vaetas/blake documentation: https://vaetas.github.io/blake/