Skip to content

Commit a1cbb48

Browse files
committed
Bump the version to 1.13.7
1 parent 1205eb5 commit a1cbb48

11 files changed

+25
-25
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
<div id="sidebar" class="interface overlay-content">
319319

320320
<a class="toc_title" href="#">
321-
Underscore.js <span class="version">(1.13.6)</span>
321+
Underscore.js <span class="version">(1.13.7)</span>
322322
</a>
323323

324324
<ul class="toc_section">
@@ -607,7 +607,7 @@
607607
<i>Underscore is an open-source component of <a href="https://documentcloud.org/">DocumentCloud</a>.</i>
608608
</p>
609609

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

612612
<table>
613613
<tr>
@@ -651,32 +651,32 @@ <h2>v1.13.6 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic
651651
</tr>
652652
</table>
653653

654-
<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>
654+
<h2>v1.13.7 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt>&lt;script src="..."&gt;&lt;/script&gt;</tt>)</i></h2>
655655

656656
<ul>
657657
<li>
658-
<tt>https://cdn.jsdelivr.net/npm/[email protected].6/underscore-umd-min.js</tt>
658+
<tt>https://cdn.jsdelivr.net/npm/[email protected].7/underscore-umd-min.js</tt>
659659
</li>
660660
<li>
661-
<tt>https://cdn.jsdelivr.net/npm/[email protected].6/underscore-esm-min.js</tt>
661+
<tt>https://cdn.jsdelivr.net/npm/[email protected].7/underscore-esm-min.js</tt>
662662
</li>
663663
<li>
664-
<tt>https://unpkg.com/[email protected].6/underscore-umd-min.js</tt>
664+
<tt>https://unpkg.com/[email protected].7/underscore-umd-min.js</tt>
665665
</li>
666666
<li>
667-
<tt>https://unpkg.com/[email protected].6/underscore-esm-min.js</tt>
667+
<tt>https://unpkg.com/[email protected].7/underscore-esm-min.js</tt>
668668
</li>
669669
<li>
670-
<tt>https://pagecdn.io/lib/underscore/1.13.6/underscore-umd-min.js</tt>
670+
<tt>https://pagecdn.io/lib/underscore/1.13.7/underscore-umd-min.js</tt>
671671
</li>
672672
<li>
673-
<tt>https://pagecdn.io/lib/underscore/1.13.6/underscore-esm-min.js</tt>
673+
<tt>https://pagecdn.io/lib/underscore/1.13.7/underscore-esm-min.js</tt>
674674
</li>
675675
<li>
676-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/underscore-umd-min.js</tt>
676+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-umd-min.js</tt>
677677
</li>
678678
<li>
679-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/underscore-esm-min.js</tt>
679+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-esm-min.js</tt>
680680
</li>
681681
</ul>
682682

modules/_setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Current version.
2-
export var VERSION = '1.13.6';
2+
export var VERSION = '1.13.7';
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Named Exports
22
// =============
33

4-
// Underscore.js 1.13.6
4+
// Underscore.js 1.13.7
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"type":"module","version":"1.13.6"}
1+
{"type":"module","version":"1.13.7"}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.6",
4+
"version": "1.13.7",
55
"author": "Jeremy Ashkenas <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://underscorejs.org",

underscore-esm.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

underscore-node-f.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// Underscore.js 1.13.6
1+
// Underscore.js 1.13.7
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.6';
9+
var VERSION = '1.13.7';
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Underscore.js 1.13.6
1+
// Underscore.js 1.13.7
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Underscore.js 1.13.6
1+
// Underscore.js 1.13.7
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.

0 commit comments

Comments
 (0)