From 94c5b6e1c04564f1220b0043638a010c5a4d1d8d Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Fri, 16 Apr 2021 08:09:52 +0100 Subject: [PATCH] Release v1.4.1 --- 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 53cd1084..6b785ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ > Documentation: [draftail.org/docs/next/getting-started](https://www.draftail.org/docs/next/getting-started) +## [[v1.4.1]](https://github.com/springload/draftail/releases/tag/v1.4.1) + +> Documentation: [draftail.org/docs/getting-started](https://www.draftail.org/docs/getting-started) + ### Fixed -- Fix plugin `keyBindingFn`s not being called. [#246](https://github.com/springload/draftail/pull/246) +- Fix plugin `keyBindingFn`s not being called. [#246](https://github.com/springload/draftail/pull/246), [#445](https://github.com/springload/draftail/pull/445) ## [[v1.4.0]](https://github.com/springload/draftail/releases/tag/v1.4.0) diff --git a/package-lock.json b/package-lock.json index 812f4229..e72afe72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 902c7d50..960feaef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "1.4.0", + "version": "1.4.1", "description": "📝🍸 A configurable rich text editor built with Draft.js", "author": "Springload", "license": "MIT",