From fc02aef431d8657380a652caa26b877b810a9d7b Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Tue, 3 Nov 2020 21:51:42 +0200 Subject: [PATCH] Release: v23.2.2. --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24eebb3c6..3dc9fe067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +## [23.2.2](https://github.com/isaul32/ckeditor5-math/compare/v23.2.1...23.2.2) (2020-11-03) + +* Fix placeholder handling. ([dc288ea](https://github.com/isaul32/ckeditor5-math/commit/dc288ea)) +* Fix selection after entering inline expression ([2fea2e2](https://github.com/isaul32/ckeditor5-math/commit/2fea2e2)) + ## [23.2.1](https://github.com/isaul32/ckeditor5-math/compare/v23.2.0...23.2.1) (2020-10-18) * Fix math editing button for balloon editor. ([3629401](https://github.com/isaul32/ckeditor5-math/commit/3629401)) diff --git a/package.json b/package.json index 9dc1dbb92..d99c78407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ckeditor5-math", - "version": "23.2.1", + "version": "23.2.2", "description": "Math feature for CKEditor 5.", "keywords": [ "ckeditor",