diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f382a92..e1474047a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v4.14.1-liferay.17](https://github.com/liferay/liferay-ckeditor/tree/v4.14.1-liferay.17) (2021-02-15) + +[Full changelog](https://github.com/liferay/liferay-ckeditor/compare/v4.14.1-liferay.16...v4.14.1-liferay.17) + +### :wrench: Bug fixes + +- fix: Restore htmlwriter to have beautification in our source view ([\#152](https://github.com/liferay/liferay-ckeditor/pull/152)) + ## [v4.14.1-liferay.16](https://github.com/liferay/liferay-ckeditor/tree/v4.14.1-liferay.16) (2021-01-13) [Full changelog](https://github.com/liferay/liferay-ckeditor/compare/v4.14.1-liferay.15...v4.14.1-liferay.16) diff --git a/package.json b/package.json index 5950b0b05..c9c201a1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liferay-ckeditor", - "version": "4.14.1-liferay.16", + "version": "4.14.1-liferay.17", "description": "Liferay's fork of CKEditor", "files": [ "ckeditor/**/*"