Updated: underscore.js v1.11.0 -> v1.12.0 (#276)
This commit is contained in:
parent
ea51db5dbb
commit
536dd6a80b
|
@ -465,7 +465,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/toastr.js/2.')) {
|
||||
return '2.1.4';
|
||||
} else if (type.startsWith('/underscore.js/1.')) {
|
||||
return '1.11.0';
|
||||
return '1.12.0';
|
||||
} else if (type.startsWith('/urlive/1.')) {
|
||||
return '1.1.1';
|
||||
} else if (type.startsWith('/vanilla-lazyload')) {
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
<li>Added CDN: fonts.gstatic.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/269">#269</a>)</li>
|
||||
<li>Updated: popper.js v2.6.0 -> v2.7.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/273">#273</a>)</li>
|
||||
<li>Added: hogan.js v3.0.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/276">#276</a>)</li>
|
||||
<li>Updated: underscore.js v1.11.0 -> v1.12.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/276">#276</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
In this directory the file was renamed.
|
||||
|
||||
Original: underscore-esm-min.jsm
|
||||
Now: underscore-min.jsm
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue