From d8a6781b266130e8c0ac88c082ebf358c011e8ff Mon Sep 17 00:00:00 2001 From: Vojtech Pavlovsky Date: Mon, 8 Mar 2021 23:33:52 +0100 Subject: [PATCH] chore: bump to 0.4.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a32c04..6e99a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1 + +* fix: revert test dependency version + ## 0.4.0 * feat: generate sitemap diff --git a/pubspec.yaml b/pubspec.yaml index fc48df8..6342b53 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: blake -version: 0.4.0 +version: 0.4.1 description: Experimental static site generator for Dart with Markdown support, mustache templates and live-reload. homepage: https://github.com/vaetas/blake