From b42f510f93dc34ef05d24a547e14932ee6c8da75 Mon Sep 17 00:00:00 2001 From: Richard Kevin Date: Tue, 14 Apr 2020 18:08:47 -0300 Subject: [PATCH] Release 0.7.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5953f618..c35251c3 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.7.2 - 2020-04-14 +### Fixed +- Fixed movableBlocks when readOnly is enabled + ## 0.7.1 - 2020-03-26 ### Fixed - Fixed sass error diff --git a/package.json b/package.json index 82278e03..9dd57335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "megadraft", - "version": "0.7.1", + "version": "0.7.2", "description": "Rich Text editor built on top of draft.js", "main": "lib/Megadraft.js", "dependencies": {