From 0525c86b6d09c85b720ceaf52807f7a96feaeb2b Mon Sep 17 00:00:00 2001 From: Julien Castelain Date: Wed, 20 Nov 2019 15:47:00 +0100 Subject: [PATCH] chore: prepare v2.11.2 release --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe2219693..62d1cb5f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.11.2](https://github.com/liferay/alloy-editor/tree/v2.11.2) (2019-11-20) + +[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.11.0...v2.11.2) + +- fix: set image alt attribute properly on ie ([\#1343](https://github.com/liferay/alloy-editor/pull/1343)) +- chore: update linting ([\#1338](https://github.com/liferay/alloy-editor/pull/1338)) +- feat: add some useful worktree-related .gitignore entries ([\#1341](https://github.com/liferay/alloy-editor/pull/1341)) +- fix(button-spacing): adds missing EditorContext ref ([\#1336](https://github.com/liferay/alloy-editor/pull/1336)) +- feat: prepare to streamline releases with liferay-js-publish (#1334) ([\#1335](https://github.com/liferay/alloy-editor/pull/1335)) +- docs: remove CHANGELOG-1.x.md ([\#1333](https://github.com/liferay/alloy-editor/pull/1333)) + ## [v2.11.1](https://github.com/liferay/alloy-editor/tree/v2.11.1) (2019-10-22) [Full changelog](https://github.com/liferay/alloy-editor/compare/v2.11.0...v2.11.1) diff --git a/package.json b/package.json index b6791f62b4..8abe18528b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alloyeditor", - "version": "2.11.1", + "version": "2.11.2", "description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor", "devDependencies": { "babel-core": "^6.26.0",