From a09eba801f477f1c4d77e655108f3151d5f58b36 Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Fri, 11 Oct 2019 19:31:18 +0300 Subject: [PATCH] Release: v1.0.3. --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe947dfc..912e94d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +## [1.0.3](https://github.com/isaul32/ckeditor5-math/compare/v1.0.2...v1.0.3) (2019-10-11) + +### Bug fixes + +* Fix preview flickering effect. ([70fefa8](https://github.com/isaul32/ckeditor5-math/commit/70fefa8)) + +* Fix disabled eslint lines. ([1f96286](https://github.com/isaul32/ckeditor5-math/commit/1f96286)) + +### Other changes + +* Update some tests. + +* Update readme. + ## [1.0.2](https://github.com/isaul32/ckeditor5-math/compare/v1.0.1...v1.0.2) (2019-10-07) ### Other changes diff --git a/package.json b/package.json index 0d31ab60e..aa96b8bff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ckeditor5-math", - "version": "1.0.2", + "version": "1.0.3", "description": "Math feature for CKEditor 5.", "keywords": [ "ckeditor",