From 8338a72e8774cbbdfac7828ef9bd5c752e576ef0 Mon Sep 17 00:00:00 2001 From: pascalbaljet Date: Thu, 21 Dec 2023 13:08:23 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b4a8e0..c6d2715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `splade-core` will be documented in this file. +## 2.1.1 - 2023-12-21 + +* Improves resolving Component data + ## 2.1.0 - 2023-12-21 * Support for renaming props: `#[VueProp(as: 'renamed')]` @@ -14,6 +18,7 @@ public function dataFromMethod(): array return ['foo', 'bar', 'baz']; } + ``` ## 2.0.0 - 2023-12-20