Release: v20.0.0.

This commit is contained in:
Sauli Anto 2020-07-13 12:43:40 +03:00
parent abeab6db83
commit 468423f096
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,10 @@
Changelog 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) ## [19.0.0](https://github.com/isaul32/ckeditor5-math/compare/v18.0.1...19.0.0) (2020-05-12)
* Update dependencies. * Update dependencies.

View File

@ -43,6 +43,7 @@ This is TeX-based mathematical plugin for CKEditor 5. You can use it to insert,
## Requirements ## 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 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 v18.0.0, use ckeditor5-math@18.0.0 version
- With CKEditor 5 v17.0.0, use ckeditor5-math@17.0.1 version - With CKEditor 5 v17.0.0, use ckeditor5-math@17.0.1 version