Release: v1.0.1.

This commit is contained in:
Sauli Anto 2019-10-04 20:07:22 +03:00
parent 070f84ebd6
commit 60a145333a
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
Changelog Changelog
========= =========
## [1.0.1](https://github.com/isaul32/ckeditor5-math/compare/v1.0.0...v1.0.1) (2019-10-04)
### Bug fixes
* Fix preview rendering bug. ([070f84e](https://github.com/isaul32/ckeditor5-math/commit/070f84e))
### Other changes
* Remove paste from office dependency. ([8b6804c](https://github.com/isaul32/ckeditor5-math/commit/8b6804c))
## [1.0.0](https://github.com/isaul32/ckeditor5-math/compare/v1.0.0...v1.0.0) (2019-10-03) ## [1.0.0](https://github.com/isaul32/ckeditor5-math/compare/v1.0.0...v1.0.0) (2019-10-03)
Initial release. Initial release.

View File

@ -1,6 +1,6 @@
{ {
"name": "ckeditor5-math", "name": "ckeditor5-math",
"version": "1.0.0", "version": "1.0.1",
"description": "Math feature for CKEditor 5.", "description": "Math feature for CKEditor 5.",
"keywords": [ "keywords": [
"ckeditor", "ckeditor",