Updated: vue-resource v1.5.1 -> v1.5.2 (#296)
This commit is contained in:
parent
7c221cc35c
commit
c968947810
|
@ -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')) {
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue