From 70b9faf5dfa8d2cc153ab362aa6f27e27a5ca6f1 Mon Sep 17 00:00:00 2001 From: Diego Nascimento Date: Thu, 30 Jul 2020 15:29:13 -0300 Subject: [PATCH] chore: prepare v2.11.11 release --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d74a13973b..267422fa6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.11.11](https://github.com/liferay/alloy-editor/tree/v2.11.11) (2020-07-30) + +[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.11.10...v2.11.11) + +### :wrench: Bug fixes + +- fix: Don't allow users to input a value less than a minimum `row` or `col` value when creating a table ([\#1409](https://github.com/liferay/alloy-editor/pull/1409)) + ## [v2.11.10](https://github.com/liferay/alloy-editor/tree/v2.11.10) (2020-07-27) [Full changelog](https://github.com/liferay/alloy-editor/compare/v2.11.9...v2.11.10) diff --git a/package.json b/package.json index b719605424..3e20170e42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alloyeditor", - "version": "2.11.10", + "version": "2.11.11", "description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor", "devDependencies": { "babel-core": "^6.26.0",