From 468423f0964b68c4590c8bdde1c63ac6bf10775b Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Mon, 13 Jul 2020 12:43:40 +0300 Subject: [PATCH] Release: v20.0.0. --- CHANGELOG.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb67d8f3..06a713d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +## [20.0.0](https://github.com/isaul32/ckeditor5-math/compare/v19.0.0...20.0.0) (2020-07-13) + +* Update dependencies. + ## [19.0.0](https://github.com/isaul32/ckeditor5-math/compare/v18.0.1...19.0.0) (2020-05-12) * Update dependencies. diff --git a/README.md b/README.md index c952607f3..b20eebffc 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ This is TeX-based mathematical plugin for CKEditor 5. You can use it to insert, ## Requirements +- With CKEditor 5 v20.0.0, use ckeditor5-math@20.0.0 version - With CKEditor 5 v19.0.0, use ckeditor5-math@19.0.0 version - With CKEditor 5 v18.0.0, use ckeditor5-math@18.0.0 version - With CKEditor 5 v17.0.0, use ckeditor5-math@17.0.1 version