diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b883c79a..8cae16a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [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) + +### :wrench: Bug fixes + +- fix: Do not advance selection when editing a link ([\#1460](https://github.com/liferay/alloy-editor/pull/1460)) + ## [v2.11.15](https://github.com/liferay/alloy-editor/tree/v2.11.15) (2020-09-24) [Full changelog](https://github.com/liferay/alloy-editor/compare/v2.11.14...v2.11.15) diff --git a/package.json b/package.json index 910c961df..4bd63d945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alloyeditor", - "version": "2.11.15", + "version": "2.11.16", "description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor", "devDependencies": { "babel-core": "^6.26.0",