Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lousander committed Mar 26, 2020
1 parent 380eab2 commit 02a539b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.1 - 2020-03-26
### Fixed
- Fixed sass error
- Toolbar Left Positioning (#310)
### Modified
- Enabling movableBlocks in Website demo
- Bump acorn from 5.7.3 to 5.7.4

## 0.7.0 - 2020-03-05
### Fixed
- Mispositioning toolbar (#294)
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.0",
"version": "0.7.1",
"description": "Rich Text editor built on top of draft.js",
"main": "lib/Megadraft.js",
"dependencies": {
Expand Down

0 comments on commit 02a539b

Please sign in to comment.