diff --git a/CHANGELOG.md b/CHANGELOG.md index ded11bd1..00192b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ > Documentation: [draftail.org/docs/next/getting-started](https://www.draftail.org/docs/next/getting-started) +## [[v1.2.1]](https://github.com/springload/draftail/releases/tag/v1.2.1) + ### Fixed - Fix regression introduced in v1.2.0 where Draft.js-defined keyboard shortcuts were available unconditionally ([#189](https://github.com/springload/draftail/pull/189)). diff --git a/package-lock.json b/package-lock.json index 88457358..898f9ccb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3e78c25..c8fe4542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "1.2.0", + "version": "1.2.1", "description": "📝🍸 A configurable rich text editor built with Draft.js", "author": "Springload", "license": "MIT",