From 16407de83d51cb6da47370bc85f2512ae7a603bc Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Wed, 27 Feb 2019 17:59:23 -0500 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e60f8e41..aa2cbf34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,18 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [3.1.4][2019-02-28] +## [3.1.5][2019-02-27] * Fix commonjs exports - -## [3.1.3][2019-02-27] - * Fix global injections -## [3.1.2][2019-02-27] - -* Fix bundle - ## [3.1.0][2019-02-27] * Make `Konva` modular: `import Konva from 'konva/lib/Core';`;