diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6422817..ec1d8d0ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v4.18.0-liferay.1](https://github.com/liferay/liferay-ckeditor/tree/v4.18.0-liferay.1) (2022-04-13) + +[Full changelog](https://github.com/liferay/liferay-ckeditor/compare/v4.17.1-liferay.1...v4.18.0-liferay.1) + +### :wrench: Bug fixes + +- fix: remove the minimum width to truncate text on richcombo select ([\#195](https://github.com/liferay/liferay-ckeditor/pull/195)) + +### :house: Chores + +- chore: update ckeditor-dev to 4.18.0 ([\#196](https://github.com/liferay/liferay-ckeditor/pull/196)) + ## [v4.17.1-liferay.1](https://github.com/liferay/liferay-ckeditor/tree/v4.17.1-liferay.1) (2022-01-24) [Full changelog](https://github.com/liferay/liferay-ckeditor/compare/v4.16.2-liferay.5...v4.17.1-liferay.1) diff --git a/package.json b/package.json index fc2fa12ef..cbdd7a997 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liferay-ckeditor", - "version": "4.17.1-liferay.1", + "version": "4.18.0-liferay.1", "description": "Liferay's fork of CKEditor", "files": [ "ckeditor/**/*"