From ecdadc4fe5ac01ecb8b2962a808ae436fc4e2092 Mon Sep 17 00:00:00 2001 From: Javier Gamarra Date: Fri, 6 Aug 2021 00:44:20 +0200 Subject: [PATCH] chore: prepare v2.14.3 release --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",