From 72f5db80320858767f17103b7508743e80ab2af7 Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Sat, 7 Nov 2020 22:23:47 +0200 Subject: [PATCH] Release: v23.3.0. --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc9fe067..fef4ac6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ Changelog ========= +## [23.3.0](https://github.com/isaul32/ckeditor5-math/compare/v23.2.2...23.3.0) (2020-11-07) + +* Add autoformat support. ([3354872](https://github.com/isaul32/ckeditor5-math/commit/3354872)) + + ## [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)) +* 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) diff --git a/package.json b/package.json index d446f783f..485f20e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ckeditor5-math", - "version": "23.2.2", + "version": "23.3.0", "description": "Math feature for CKEditor 5.", "keywords": [ "ckeditor",