We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763575c commit 81d7f09Copy full SHA for 81d7f09
doc/manual.html
@@ -69,7 +69,7 @@
69
<section class=first id=overview>
70
<h2 style="position: relative">
71
User manual and reference guide
72
- <span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.20.0</span>
+ <span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.20.1</span>
73
</h2>
74
75
<p>CodeMirror is a code-editor component that can be embedded in
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codemirror",
3
- "version": "5.20.0",
+ "version": "5.20.1",
4
"main": "lib/codemirror.js",
5
"description": "Full-featured in-browser code editor",
6
"license": "MIT",
0 commit comments