@ckeditor/ckeditor5-utils 41.4.0 → 41.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -850,9 +850,9 @@ class CKEditorError extends Error {
850
850
  ];
851
851
  }
852
852
 
853
- const version = '41.4.0';
853
+ const version = '41.4.1';
854
854
  // The second argument is not a month. It is `monthIndex` and starts from `0`.
855
- const releaseDate = new Date(2024, 4, 15);
855
+ const releaseDate = new Date(2024, 4, 16);
856
856
  /* istanbul ignore next -- @preserve */ if (globalThis.CKEDITOR_VERSION) {
857
857
  /**
858
858
  * This error is thrown when due to a mistake in how CKEditor 5 was installed or initialized, some