Updated: socket.io v3.1.0 -> v3.1.1 (#264)

This commit is contained in:
nobody 2021-02-04 06:12:24 +01:00
parent 777e45073d
commit b57bcc6949
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 9 additions and 8 deletions

View File

@ -428,7 +428,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/socket.io/2.')) {
return '2.4.0';
} else if (type.startsWith('/socket.io/3.')) {
return '3.1.0';
return '3.1.1';
} else if (type.startsWith('/spin.js/2.')) {
return '2.3.2';
} else if (type.startsWith('/spin.js/3.')) {

View File

@ -44,6 +44,7 @@
<li>Removed CDN: www.gstatic.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/167">#167</a>)</li>
<li>Updated: Swiper v6.3.5 -> v6.4.10 (<a href="https://codeberg.org/nobody/LocalCDN/issues/262">#262</a>)</li>
<li>Updated: Google Material Icons v75 -> v76 (<a href="https://codeberg.org/nobody/LocalCDN/issues/263">#263</a>)</li>
<li>Updated: socket.io v3.1.0 -> v3.1.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/264">#264</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