1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-03 04:37:55 +01:00

Update: dayjs v1.10.5 -> v1.10.6 (#560)

This commit is contained in:
nobody 2021-07-07 07:13:04 +02:00
parent 40f14157ae
commit 8c24d2bd23
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 3 additions and 2 deletions

View File

@ -250,7 +250,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/datatables/1.')) {
return '1.10.25';
} else if (type.startsWith('/dayjs/1.')) {
return '1.10.5';
return '1.10.6';
} else if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) {
return '3.0.3';
} else if (type.startsWith('/docsearch.js/2.')) {

View File

@ -57,6 +57,7 @@
<li>Added: angular-sanitize v1.6.10 (<a href="https://codeberg.org/nobody/LocalCDN/issues/556">#556</a>)</li>
<li>Added: clappr v0.4.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/558">#558</a>)</li>
<li>Mapping: video.js -> cdnjs.cloudflare.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/559">#559</a>)</li>
<li>Update: dayjs v1.10.5 -> v1.10.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/560">#560</a>)</li>
<li><strong>Includes also the following changes, because the release of this version took a long time caused by a broken validation server of Mozilla (<a href="https://codeberg.org/nobody/LocalCDN/issues/490">More information</a>).</strong>
<ul>
<li>Ruleset generator for NoScript (<a href="https://codeberg.org/nobody/LocalCDN/issues/489">#489</a>)</li>

File diff suppressed because one or more lines are too long