From 235a817f25d4b36098e78016b6eaa104de0da641 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 16 May 2021 14:07:20 -0500 Subject: [PATCH] CHANGELOG: Update for #45 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e99908c..69f9f8d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [current](https://github.com/isaul32/ckeditor5-math/compare/v27.1.3...master) (current) + +- #45: docs(README,CHANGELOG): Format with prettier 2.3.0 + ## [27.1.3](https://github.com/isaul32/ckeditor5-math/compare/v27.1.2...27.1.3) (2021-05-16) - #41: Prevent inserting empty equations, thank you @Jules-Bertholet.