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 965a517 commit 58ec559Copy full SHA for 58ec559
lib/codemirror.js
@@ -3184,7 +3184,7 @@ window.CodeMirror = (function() {
3184
for (var i = 1; i <= 12; i++) keyNames[i + 111] = keyNames[i + 63235] = "F" + i;
3185
})();
3186
3187
- CodeMirror.version = "2.36 +";
+ CodeMirror.version = "2.37";
3188
3189
return CodeMirror;
3190
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codemirror",
3
- "version":"2.36.1",
+ "version":"2.37.0",
4
"main": "codemirror.js",
5
"description": "In-browser code editing made bearable",
6
"licenses": [{"type": "MIT",
0 commit comments