From 7db1334aa3050d6d036e79405a2bc3f5023713e5 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 3 Apr 2023 07:10:16 -0500 Subject: [PATCH] docs(CHANGELOG): Note v36.0.4 --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b8500ad..50cf03cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,15 @@ ## Current - Add latest changes here -- Update docs for new package name (#91) - - Old: ckeditor5-math - - New: @isaul32/ckeditor5-math -- New feature: Make className of span element configurable (#82, thank you - @DanielKulbe) +## [36.0.4](https://github.com/isaul32/ckeditor5-math/compare/v36.0.3...v36.0.4) (2023-03-13) -## [36.0.3](https://github.com/isaul32/ckeditor5-math/compare/v36.0.2...v36.0.3) (unreleased) +- New package name + + - Old: ckeditor5-math + - New: @isaul32/ckeditor5-math + +## [36.0.3](https://github.com/isaul32/ckeditor5-math/compare/v36.0.2...v36.0.3) (2023-03-13) - Move to a DLL compatible plugin (#83)