From d9ec2bbbcd8c7896867706ffe5d2853f721dea15 Mon Sep 17 00:00:00 2001 From: Dawid Wojda Date: Fri, 28 Apr 2023 19:00:16 +0200 Subject: [PATCH] fixed version publish date in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c42648..7157a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.2.2 (2023-04-26) +## 0.2.2 (2023-04-28) ### Added - Reactive variables, and new option to activate them in TemplateVariable props. Option is named `reactive` and determines if variable should react to changes in parent scopes. Default: `false`