diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f5a4d428..98077f74d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v4.14.1-liferay.7](https://github.com/liferay/liferay-ckeditor/tree/v4.14.1-liferay.7) (2020-08-17) + +[Full changelog](https://github.com/liferay/liferay-ckeditor/compare/v4.14.1-liferay.6...v4.14.1-liferay.7) + +### :new: Features + +- feat: run build in ci ([\#115](https://github.com/liferay/liferay-ckeditor/pull/115)) + +### :woman_juggling: Refactoring + +- refactor: enable the `image2` plugin ([\#119](https://github.com/liferay/liferay-ckeditor/pull/119)) + ## [v4.14.1-liferay.6](https://github.com/liferay/liferay-ckeditor/tree/v4.14.1-liferay.6) (2020-08-06) [Full changelog](https://github.com/liferay/liferay-ckeditor/compare/v4.14.1-liferay.5...v4.14.1-liferay.6) diff --git a/package.json b/package.json index 674ad9771f..90e2e5ea68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liferay-ckeditor", - "version": "4.14.1-liferay.6", + "version": "4.14.1-liferay.7", "description": "Liferay's fork of CKEditor", "files": [ "ckeditor/**/*"