@bhsd/codemirror-mediawiki 2.2.1 → 2.2.3

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/README.md CHANGED
@@ -123,7 +123,7 @@ Whether the editor is visible, read-only.
123
123
  <details>
124
124
  <summary>Expand</summary>
125
125
 
126
- *version added: 2.2.1*
126
+ *version added: 2.2.2*
127
127
 
128
128
  **param**: [`KeyBinding[]`](https://codemirror.net/docs/ref/#view.KeyBinding) the extra key bindings
129
129
  Add extra key bindings.
@@ -301,7 +301,7 @@ Refresh linting immediately.
301
301
  <details>
302
302
  <summary>Expand</summary>
303
303
 
304
- *version added: 2.2.1*
304
+ *version added: 2.2.2*
305
305
 
306
306
  **param**: [`EditorView`](https://codemirror.net/6/docs/ref/#view.EditorView) the CodeMirror EditorView instance
307
307
  **param**: `(str: string) => string` the replacement function