Skip to content

Commit 43e827a

Browse files
committed
Bump the version to 1.13.6 (hotfix)
1 parent 1c1d1a2 commit 43e827a

11 files changed

+25
-25
lines changed

index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<div id="sidebar" class="interface overlay-content">
263263

264264
<a class="toc_title" href="#">
265-
Underscore.js <span class="version">(1.13.5)</span>
265+
Underscore.js <span class="version">(1.13.6)</span>
266266
</a>
267267

268268
<ul class="toc_section">
@@ -551,7 +551,7 @@
551551
<i>Underscore is an open-source component of <a href="https://documentcloud.org/">DocumentCloud</a>.</i>
552552
</p>
553553

554-
<h2>v1.13.5 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
554+
<h2>v1.13.6 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
555555

556556
<table>
557557
<tr>
@@ -595,32 +595,32 @@ <h2>v1.13.5 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic
595595
</tr>
596596
</table>
597597

598-
<h2>v1.13.5 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt>&lt;script src="..."&gt;&lt;/script&gt;</tt>)</i></h2>
598+
<h2>v1.13.6 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt>&lt;script src="..."&gt;&lt;/script&gt;</tt>)</i></h2>
599599

600600
<ul>
601601
<li>
602-
<tt>https://cdn.jsdelivr.net/npm/underscore@1.13.5/underscore-umd-min.js</tt>
602+
<tt>https://cdn.jsdelivr.net/npm/underscore@1.13.6/underscore-umd-min.js</tt>
603603
</li>
604604
<li>
605-
<tt>https://cdn.jsdelivr.net/npm/underscore@1.13.5/underscore-esm-min.js</tt>
605+
<tt>https://cdn.jsdelivr.net/npm/underscore@1.13.6/underscore-esm-min.js</tt>
606606
</li>
607607
<li>
608-
<tt>https://unpkg.com/underscore@1.13.5/underscore-umd-min.js</tt>
608+
<tt>https://unpkg.com/underscore@1.13.6/underscore-umd-min.js</tt>
609609
</li>
610610
<li>
611-
<tt>https://unpkg.com/underscore@1.13.5/underscore-esm-min.js</tt>
611+
<tt>https://unpkg.com/underscore@1.13.6/underscore-esm-min.js</tt>
612612
</li>
613613
<li>
614-
<tt>https://pagecdn.io/lib/underscore/1.13.5/underscore-umd-min.js</tt>
614+
<tt>https://pagecdn.io/lib/underscore/1.13.6/underscore-umd-min.js</tt>
615615
</li>
616616
<li>
617-
<tt>https://pagecdn.io/lib/underscore/1.13.5/underscore-esm-min.js</tt>
617+
<tt>https://pagecdn.io/lib/underscore/1.13.6/underscore-esm-min.js</tt>
618618
</li>
619619
<li>
620-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.5/underscore-umd-min.js</tt>
620+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/underscore-umd-min.js</tt>
621621
</li>
622622
<li>
623-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.5/underscore-esm-min.js</tt>
623+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/underscore-esm-min.js</tt>
624624
</li>
625625
</ul>
626626

modules/_setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Current version.
2-
export var VERSION = '1.13.5';
2+
export var VERSION = '1.13.6';
33

44
// Establish the root object, `window` (`self`) in the browser, `global`
55
// on the server, or `this` in some virtual machines. We use `self`

modules/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Named Exports
22
// =============
33

4-
// Underscore.js 1.13.5
4+
// Underscore.js 1.13.6
55
// https://underscorejs.org
66
// (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
77
// Underscore may be freely distributed under the MIT license.

modules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"type":"module","version":"1.13.5"}
1+
{"type":"module","version":"1.13.6"}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "underscore",
33
"description": "JavaScript's functional programming helper library.",
4-
"version": "1.13.5",
4+
"version": "1.13.6",
55
"author": "Jeremy Ashkenas <jeremy@documentcloud.org>",
66
"license": "MIT",
77
"homepage": "https://underscorejs.org",

underscore-esm.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

underscore-node-f.cjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// Underscore.js 1.13.5
1+
// Underscore.js 1.13.6
22
// https://underscorejs.org
33
// (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
44
// Underscore may be freely distributed under the MIT license.
55

66
Object.defineProperty(exports, '__esModule', { value: true });
77

88
// Current version.
9-
var VERSION = '1.13.5';
9+
var VERSION = '1.13.6';
1010

1111
// Establish the root object, `window` (`self`) in the browser, `global`
1212
// on the server, or `this` in some virtual machines. We use `self`

underscore-node.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Underscore.js 1.13.5
1+
// Underscore.js 1.13.6
22
// https://underscorejs.org
33
// (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
44
// Underscore may be freely distributed under the MIT license.

underscore-node.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Underscore.js 1.13.5
1+
// Underscore.js 1.13.6
22
// https://underscorejs.org
33
// (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
44
// Underscore may be freely distributed under the MIT license.

underscore-umd.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)