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",