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": {