Skip to content

Commit efe5fbf

Browse files
committed
Bump the version to 1.13.0
1 parent 97f4cb4 commit efe5fbf

13 files changed

+26
-26
lines changed

index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<div id="sidebar" class="interface">
187187

188188
<a class="toc_title" href="#">
189-
Underscore.js <span class="version">(1.13.0-3)</span>
189+
Underscore.js <span class="version">(1.13.0)</span>
190190
</a>
191191
<ul class="toc_section">
192192
<li>&raquo; <a href="https://github.com/jashkenas/underscore">GitHub Repository</a></li>
@@ -474,7 +474,7 @@
474474
<i>Underscore is an open-source component of <a href="https://documentcloud.org/">DocumentCloud</a>.</i>
475475
</p>
476476

477-
<h2>v1.13.0-3 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
477+
<h2>v1.13.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
478478

479479
<table>
480480
<tr>
@@ -518,32 +518,32 @@ <h2>v1.13.0-3 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-cl
518518
</tr>
519519
</table>
520520

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

523523
<ul>
524524
<li>
525-
<tt>https://cdn.jsdelivr.net/npm/[email protected]-3/underscore-umd-min.js</tt>
525+
<tt>https://cdn.jsdelivr.net/npm/[email protected]/underscore-umd-min.js</tt>
526526
</li>
527527
<li>
528-
<tt>https://cdn.jsdelivr.net/npm/[email protected]-3/underscore-esm-min.js</tt>
528+
<tt>https://cdn.jsdelivr.net/npm/[email protected]/underscore-esm-min.js</tt>
529529
</li>
530530
<li>
531-
<tt>https://unpkg.com/[email protected]-3/underscore-umd-min.js</tt>
531+
<tt>https://unpkg.com/[email protected]/underscore-umd-min.js</tt>
532532
</li>
533533
<li>
534-
<tt>https://unpkg.com/[email protected]-3/underscore-esm-min.js</tt>
534+
<tt>https://unpkg.com/[email protected]/underscore-esm-min.js</tt>
535535
</li>
536536
<li>
537-
<tt>https://pagecdn.io/lib/underscore/1.13.0-3/underscore-umd-min.js</tt>
537+
<tt>https://pagecdn.io/lib/underscore/1.13.0/underscore-umd-min.js</tt>
538538
</li>
539539
<li>
540-
<tt>https://pagecdn.io/lib/underscore/1.13.0-3/underscore-esm-min.js</tt>
540+
<tt>https://pagecdn.io/lib/underscore/1.13.0/underscore-esm-min.js</tt>
541541
</li>
542542
<li>
543-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0-3/underscore-umd-min.js</tt>
543+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0/underscore-umd-min.js</tt>
544544
</li>
545545
<li>
546-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0-3/underscore-esm-min.js</tt>
546+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0/underscore-esm-min.js</tt>
547547
</li>
548548
</ul>
549549

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.0-3';
2+
export var VERSION = '1.13.0';
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.0-3
4+
// Underscore.js 1.13.0
55
// https://underscorejs.org
66
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
77
// Underscore may be freely distributed under the MIT license.

package-lock.json

+1-1
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.0-3",
4+
"version": "1.13.0",
55
"author": "Jeremy Ashkenas <[email protected]>",
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-esm.js.map

+1-1
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.0-3
1+
// Underscore.js 1.13.0
22
// https://underscorejs.org
33
// (c) 2009-2021 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.0-3';
9+
var VERSION = '1.13.0';
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-f.cjs.map

+1-1
Large diffs are not rendered by default.

underscore-node.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Underscore.js 1.13.0-3
1+
// Underscore.js 1.13.0
22
// https://underscorejs.org
33
// (c) 2009-2021 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.0-3
1+
// Underscore.js 1.13.0
22
// https://underscorejs.org
33
// (c) 2009-2021 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.

underscore-umd.js.map

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

0 commit comments

Comments
 (0)