Updated: Socket.IO v3.0.4 -> v3.0.5 (#224)
This commit is contained in:
parent
d1e0d0c947
commit
e4d53bcfd9
|
@ -402,7 +402,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.0.4';
|
||||
return '3.0.5';
|
||||
} else if (type.startsWith('/spin.js/2.')) {
|
||||
return '2.3.2';
|
||||
} else if (type.startsWith('/spin.js/3.')) {
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
<li>Added: chosen v1.8.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/219">#219</a>)</li>
|
||||
<li>Updated: axios v0.21.0 -> v0.21.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/221">#221</a>)</li>
|
||||
<li>Updated: Socket.IO v2.3.0 -> v2.4.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/222">#222</a>)</li>
|
||||
<li>Updated: Socket.IO v3.0.4 -> v3.0.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/224">#224</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