From e4e5ce806116f8de4ee36e1229a3c7f1d3cabf79 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 15 Apr 2021 08:10:52 +0100 Subject: [PATCH] Release v1.4.0 (#444) --- CHANGELOG.md | 6 +++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19929907..e35fcb64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ > Documentation: [draftail.org/docs/next/getting-started](https://www.draftail.org/docs/next/getting-started) +## [[v1.4.0]](https://github.com/springload/draftail/releases/tag/v1.4.0) + +> Documentation: [draftail.org/docs/getting-started](https://www.draftail.org/docs/getting-started) + ### Added - Make it possible to hide buttons with default labels by setting their `label` to `null`. [#442](https://github.com/springload/draftail/pull/442) @@ -21,7 +25,7 @@ ## [[v1.3.0]](https://github.com/springload/draftail/releases/tag/v1.3.0) -> Documentation: [draftail.org/docs/getting-started](https://www.draftail.org/docs/getting-started) +> Documentation: [draftail.org/docs/1.3.0/getting-started](https://www.draftail.org/docs/1.3.0/getting-started) 🎉 blog post for this release: [Draftail v1.3.0: community improvements, beyond Wagtail](https://www.draftail.org/blog/2019/03/03/draftail-v1-2-0-supporting-modern-experiences). diff --git a/package-lock.json b/package-lock.json index 9c0fae3a..812f4229 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3074af5b..902c7d50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "1.3.0", + "version": "1.4.0", "description": "📝🍸 A configurable rich text editor built with Draft.js", "author": "Springload", "license": "MIT",