Skip to content

Commit

Permalink
Bump package version to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami.Safatli committed Jul 12, 2021
1 parent 0cc73ee commit 9bef968
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.5 - 2021-07-12
## Modified
- Bump react and react-dom dependencies to support versions up to 18.

## 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
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.4",
"version": "0.7.5",
"description": "Rich Text editor built on top of draft.js",
"main": "lib/Megadraft.js",
"dependencies": {
Expand Down

0 comments on commit 9bef968

Please sign in to comment.