From b5a9332c3263c4814ae245b0ebe5bca741ace772 Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Sat, 29 Aug 2020 18:01:17 +0300 Subject: [PATCH] Release: v22.0.0. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0e5f723..701b66dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +## [22.0.0](https://github.com/isaul32/ckeditor5-math/compare/v21.0.0...22.0.0) (2020-08-29) + +* Seperate schema to display and inline. + +### Bug fixes + +* Fix writer. ([7d0cd01](https://github.com/isaul32/ckeditor5-math/commit/7d0cd01)) + +### Other changes + +* Update dependencies. + ## [21.0.0](https://github.com/isaul32/ckeditor5-math/compare/v20.0.0...21.0.0) (2020-08-03) * Update dependencies.