From d80ee3d74fc04c967fb111c61cd2a8966b1b5775 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Fri, 8 Jul 2022 11:27:20 +0200 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c809e9c5..63f0732ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Framer Motion adheres to [Semantic Versioning](http://semver.org/). Undocumented APIs should be considered internal and may change without warning. +## [6.4.3] 2022-07-08 + +### Fixed + +- Split module to improve ability to code-split and tree-shake `` and `domMax`. + ## [6.4.2] 2022-07-06 ### Added