Skip to content

Commit

Permalink
Release 0.7.4 - Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lousander committed Oct 8, 2020
1 parent e49789c commit 1600d92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4 - 2020-10-08
## Bugfix
- Revert "Store extendedBlockRenderMap in state so it can be updated when readOnly changes its value (#325)" as a bug was found

## 0.7.3 - 2020-09-28
### Fixed
- Store extendedBlockRenderMap in state so it can be updated when readOnly changes its value (#325)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "megadraft",
"version": "0.7.3",
"version": "0.7.4",
"description": "Rich Text editor built on top of draft.js",
"main": "lib/Megadraft.js",
"dependencies": {
Expand Down

0 comments on commit 1600d92

Please sign in to comment.