Updated: vue-resource v1.5.1 -> v1.5.2 (#296)

This commit is contained in:
nobody 2021-03-03 06:47:22 +01:00
parent 7c221cc35c
commit c968947810
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 9 additions and 8 deletions

View File

@ -488,7 +488,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/vue-i18n/9.')) {
return '9.0.0';
} else if (type.startsWith('/vue-resource/1.')) {
return '1.5.1';
return '1.5.2';
} else if (type.startsWith('/waypoints/4.')) {
return '4.0.1';
} else if (type.startsWith('/webfont')) {

View File

@ -43,6 +43,7 @@
<li>Fixed: Charset detection in HTML filter improved and check if supported (<a href="https://codeberg.org/nobody/LocalCDN/issues/293">#293</a>)</li>
<li>Added: Findify v6.17.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/294">#294</a>)</li>
<li>i18n: Singhalese added</li>
<li>Updated: vue-resource v1.5.1 -> v1.5.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/296">#296</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long