diff --git a/CHANGELOG.md b/CHANGELOG.md index ce840104..c7a08748 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.13 - 2019-11-27 +### Fixed +- Mantain the plugin block focus in edit (#276) + ## 0.6.12 - 2019-11-26 ### Fixed - Sidebar error when there's no onAction prop (#276) diff --git a/package.json b/package.json index b9d97915..c1252a19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "megadraft", - "version": "0.6.12", + "version": "0.6.13", "description": "Rich Text editor built on top of draft.js", "main": "lib/Megadraft.js", "dependencies": {