From 158f900030f56976c2d8baf000388fd35350d4fe Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Thu, 26 Sep 2024 13:16:48 -0500 Subject: [PATCH] docs(CHANGELOG) Note 43.1.1 release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a1ac4a7..3e2928101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ ## Current - Add latest changes here + +## [43.1.1](https://github.com/isaul32/ckeditor5-math/compare/v41.4.2...v43.1.1) (2024-09-26) + +- Update dependencies for CKEditor 43.1.1 ([Release + notes](https://github.com/ckeditor/ckeditor5/blob/v43.1.1/CHANGELOG.md)) + ([#149](https://github.com/isaul32/ckeditor5-math/pull/149)) + + **Note** This does **not** yet support the [new installation method](https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/migration-to-new-installation-methods.html) for [custom plugins](https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/custom-plugins.html). That will come in a future release. + - Move tests to TypeScript, kudos @fedemp ([#135](https://github.com/isaul32/ckeditor5-math/pull/135))