From 567e1f70525fa9b6a7e3db5724f89883ca329421 Mon Sep 17 00:00:00 2001 From: Julien Castelain Date: Thu, 24 Sep 2020 10:38:40 +0200 Subject: [PATCH] chore: prepare v2.11.15 release --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 809182fb5a..1b883c79a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.11.15](https://github.com/liferay/alloy-editor/tree/v2.11.15) (2020-09-24) + +[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.11.14...v2.11.15) + +### :wrench: Bug fixes + +- fix: if we're locking the image attributes, use 'auto' for the height like we do in other browsers ([\#1423](https://github.com/liferay/alloy-editor/pull/1423)) + +### :book: Documentation + +- docs: add CODE_OF_CONDUCT.md ([\#1381](https://github.com/liferay/alloy-editor/pull/1381)) + ## [v2.11.14](https://github.com/liferay/alloy-editor/tree/v2.11.14) (2020-09-08) [Full changelog](https://github.com/liferay/alloy-editor/compare/v2.11.13...v2.11.14) diff --git a/package.json b/package.json index fff9bdfb2a..910c961df4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alloyeditor", - "version": "2.11.14", + "version": "2.11.15", "description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor", "devDependencies": { "babel-core": "^6.26.0",