From 34bb38a4afe7dca9a7b5edbfb1e5ff0e05781676 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Wed, 27 Apr 2022 09:25:09 -0500 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f31d1e26..3e09e8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -### 8.3.4 (2022-04-27) +### 8.3.6 (2022-04-27) - Better exports definitions. Importing `Konva` should work better in different bundlers and test environments. - `imageSmoothingEnabled` option for `node.toDataURL()`, `node.toCanvas()` and `node.toImage()`