From d67e5ec81cb814a6412d584e5c9edbdbaf0abc55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louren=C3=A7o=20Sander?= Date: Wed, 19 Feb 2020 11:20:57 -0300 Subject: [PATCH] Release 0.6.16 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0306ead..95c66d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.6.16 - 2019-02-18 +### Fixed +- Copied text with movableBlocks active has extra empty spaces on Chrome (#302) + ## 0.6.15 - 2019-12-26 ### Fixed - Focus loss in plugins with react-select dependency (#288) diff --git a/package.json b/package.json index 781f3dc6..18407999 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "megadraft", - "version": "0.6.15", + "version": "0.6.16", "description": "Rich Text editor built on top of draft.js", "main": "lib/Megadraft.js", "dependencies": {