diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ddcf33f..ff37f5737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ 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) Initial release. diff --git a/package.json b/package.json index f791b6718..fd3c32d19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ckeditor5-math", - "version": "1.0.0", + "version": "1.0.1", "description": "Math feature for CKEditor 5.", "keywords": [ "ckeditor",