From 888fdd7ba2729aec1cd5a423cebcb5f13ea10c1f Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 5 Apr 2023 08:10:57 -0500 Subject: [PATCH] docs(CHANGELOG): Note config fix and 37.0.1 (earlier) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d9ffb58..21b57536a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## Current - Add latest changes here +- Fix loading of ckeditor5-math when no config object is declared in build + (#98) + +## [37.0.1](https://github.com/isaul32/ckeditor5-math/compare/v37.0.0...v36.0.1) (2023-04-05) + - Update dependencies for CKEditor 37.0.1 ([Release notes](https://github.com/ckeditor/ckeditor5/blob/v37.0.1/CHANGELOG.md)) @@ -13,6 +18,11 @@ - Bump minimum node version to v16 (per CKEditor v37's requirements) - Add a .nvmrc for nvm users +## [36.0.7](https://github.com/isaul32/ckeditor5-math/compare/v36.0.6...v36.0.7) (2023-04-05) + +- Fix loading of ckeditor5-math when no config object is declared in build + (#97) + ## [36.0.6](https://github.com/isaul32/ckeditor5-math/compare/v36.0.5...v36.0.6) (2023-04-05) - :arrow_up: CKEditor package tools: 1.0.0-beta.8 -> beta.10