From ac5d2475714f9b7f8bfeb45b584b4e542ca2f2ce Mon Sep 17 00:00:00 2001 From: "SimoTod@users.noreply.github.com" Date: Tue, 4 May 2021 18:16:50 +0000 Subject: [PATCH] Update version in README --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ae0d2..8890919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v1.2.2] - 2021-05-04 ### Fixed - [`$component`]: x-for was not working correctly when looping on a property from the parent scope (i.e. `x-for="item in $parent.items"`).