diff --git a/CHANGELOG.md b/CHANGELOG.md index 8560939507..80a0da56aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.11.14-pre.0](https://github.com/liferay/alloy-editor/tree/v2.11.14-pre.0) (2020-09-07) + +[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.11.13...v2.11.14-pre.0) + +### :wrench: Bug fixes + +- fix: correct toolbar misalignment when editor is rendered in modal ([\#1425](https://github.com/liferay/alloy-editor/pull/1425)) + ## [v2.11.13](https://github.com/liferay/alloy-editor/tree/v2.11.13) (2020-08-17) [Full changelog](https://github.com/liferay/alloy-editor/compare/v2.11.12...v2.11.13) diff --git a/package.json b/package.json index 88540c8013..16a1644f35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alloyeditor", - "version": "2.11.13", + "version": "2.11.14-pre.0", "description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor", "devDependencies": { "babel-core": "^6.26.0",