From bb8c7e304a7c8d2e36eb13fdbf68d701435a897c Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Wed, 4 May 2022 16:06:20 -0500 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e09e8cf..4ed33a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### 8.3.7 (2022-05-04) + +- Migrate to CommonJS exports only + ### 8.3.6 (2022-04-27) - Better exports definitions. Importing `Konva` should work better in different bundlers and test environments.