diff --git a/CHANGELOG.md b/CHANGELOG.md index cd559c214..e4382d1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.14.8](https://github.com/liferay/alloy-editor/tree/v2.14.8) (2022-08-31) + +[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.14.7...v2.14.8) + +### :wrench: Bug fixes + +- fix: Reset uibridge definitions each time we destroy and create and editor (#1537) ([\#1538](https://github.com/liferay/alloy-editor/pull/1538)) + +### :package: Miscellaneous + +- use defaultLinkTarget when creating a link, fixes autolink ([\#1536](https://github.com/liferay/alloy-editor/pull/1536)) + ## [v2.14.7](https://github.com/liferay/alloy-editor/tree/v2.14.7) (2022-06-17) [Full changelog](https://github.com/liferay/alloy-editor/compare/v2.14.6...v2.14.7) diff --git a/package.json b/package.json index cb3237a44..40b5ac047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alloyeditor", - "version": "2.14.7", + "version": "2.14.8", "description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor", "devDependencies": { "@liferay/eslint-plugin": "^1.0.0",