From 6a438ee0ced43fc13171ec5198a44b3863cc0f7f Mon Sep 17 00:00:00 2001 From: Julien Castelain Date: Mon, 21 Sep 2020 14:19:58 +0200 Subject: [PATCH] chore: prepare v4.14.1-liferay.11 release --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ce5de88b..6af1fbfa7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v4.14.1-liferay.11](https://github.com/liferay/liferay-ckeditor/tree/v4.14.1-liferay.11) (2020-09-21) + +[Full changelog](https://github.com/liferay/liferay-ckeditor/compare/v4.14.1-liferay.10...v4.14.1-liferay.11) + +### :wrench: Bug fixes + +- fix: enable line wrapping in codemirror plugin ([\#132](https://github.com/liferay/liferay-ckeditor/pull/132)) +- fix: display formatted text in Firefox Preview Source dialog ([\#131](https://github.com/liferay/liferay-ckeditor/pull/131)) +- fix: modify calculation for dialog defaultWidth which caused visual bug ([\#133](https://github.com/liferay/liferay-ckeditor/pull/133)) + ## [v4.14.1-liferay.10](https://github.com/liferay/liferay-ckeditor/tree/v4.14.1-liferay.10) (2020-09-09) [Full changelog](https://github.com/liferay/liferay-ckeditor/compare/v4.14.1-liferay.9...v4.14.1-liferay.10) diff --git a/package.json b/package.json index 42b52f16de..57ac1ba3a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liferay-ckeditor", - "version": "4.14.1-liferay.10", + "version": "4.14.1-liferay.11", "description": "Liferay's fork of CKEditor", "files": [ "ckeditor/**/*"