diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cae16a1c..5fa3b0a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.11.17](https://github.com/liferay/alloy-editor/tree/v2.11.17) (2021-03-08) + +[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.11.16...v2.11.17) + +### :wrench: Bug fixes + +- fix: Toolbar is not correctly positioned when editing tables and images within a modal window ([\#1467](https://github.com/liferay/alloy-editor/pull/1467)) + ## [v2.11.16](https://github.com/liferay/alloy-editor/tree/v2.11.16) (2021-02-04) [Full changelog](https://github.com/liferay/alloy-editor/compare/v2.11.15...v2.11.16) diff --git a/package.json b/package.json index 4bd63d945..b7584a35a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alloyeditor", - "version": "2.11.16", + "version": "2.12.0", "description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor", "devDependencies": { "babel-core": "^6.26.0",