diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7e86a8..c8dc5898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## [[v0.14.0]](https://github.com/springload/draftail/releases/tag/v0.14.0) + ### Added * Make line break and horizontal line controls configurable, by passing an object with `icon`, `label`, `description` props. diff --git a/package.json b/package.json index fb180cb0..30093e3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "0.13.0", + "version": "0.14.0", "description": "📝🍸 A configurable rich text editor based on Draft.js, built for Wagtail", "author": "Springload", "license": "MIT",