Skip to content

Commit

Permalink
Mark release 5.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed May 20, 2016
1 parent 0d4374d commit 8097c7e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 5.15.2 (2016-05-20)

### Bugfixes

Fix a critical document corruption bug that occurs when a document is gradually grown.

## 5.15.0 (2016-05-20)

### Bugfixes
Expand Down
1 change: 1 addition & 0 deletions doc/compress.html
Expand Up @@ -36,6 +36,7 @@ <h2>Script compression helper</h2>
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px;">
<option value="http://codemirror.net/">HEAD</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.15.2;f=">5.15.2</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.15.0;f=">5.15.0</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.14.2;f=">5.14.2</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.14.0;f=">5.14.0</option>
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.html
Expand Up @@ -69,7 +69,7 @@
<section class=first id=overview>
<h2 style="position: relative">
User manual and reference guide
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.15.1</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.15.2</span>
</h2>

<p>CodeMirror is a code-editor component that can be embedded in
Expand Down
6 changes: 6 additions & 0 deletions doc/releases.html
Expand Up @@ -30,6 +30,12 @@ <h2>Release notes and version history</h2>

<h2>Version 5.x</h2>

<p class="rel">20-05-2016: <a href="http://codemirror.net/codemirror-5.15.2.zip">Version 5.15.2</a>:</p>

<ul class="rel-note">
<li>Fix a critical document corruption bug that occurs when a document is gradually grown.</li>
</ul>

<p class="rel">20-05-2016: <a href="http://codemirror.net/codemirror-5.15.0.zip">Version 5.15.0</a>:</p>

<ul class="rel-note">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -96,7 +96,7 @@ <h2>This is CodeMirror</h2>
</div>
</div>
<div class=actionsleft>
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.15.0</a>.<br>
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.15.2</a>.<br>
You can see the <a href="https://github.com/codemirror/codemirror" title="Github repository">code</a> or<br>
read the <a href="doc/releases.html">release notes</a>.<br>
There is a <a href="doc/compress.html">minification helper</a>.
Expand Down
2 changes: 1 addition & 1 deletion lib/codemirror.js
Expand Up @@ -8902,7 +8902,7 @@

// THE END

CodeMirror.version = "5.15.1";
CodeMirror.version = "5.15.2";

return CodeMirror;
});
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "codemirror",
"version":"5.15.1",
"version":"5.15.2",
"main": "lib/codemirror.js",
"description": "Full-featured in-browser code editor",
"license": "MIT",
Expand Down

0 comments on commit 8097c7e

Please sign in to comment.