diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e685cd45..1506bfd7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.14.3](https://github.com/liferay/alloy-editor/tree/v2.14.3) (2021-08-04) + +[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.14.2...v2.14.3) + +### :wrench: Bug fixes + +- fix: Two functions have the same icon in the same toolbar (#1495) ([\#1496](https://github.com/liferay/alloy-editor/pull/1496)) + ## [v2.14.2](https://github.com/liferay/alloy-editor/tree/v2.14.2) (2021-06-10) [Full changelog](https://github.com/liferay/alloy-editor/compare/v2.14.1...v2.14.2) diff --git a/package.json b/package.json index 330ddf6d4..2e92e34e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alloyeditor", - "version": "2.14.2", + "version": "2.14.3", "description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor", "devDependencies": { "@liferay/eslint-config": "22.0.0",