From 60a145333ae1409e2c23a45517828729573e1e52 Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Fri, 4 Oct 2019 20:07:22 +0300 Subject: [PATCH] Release: v1.0.1. --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",