Added: algoliasearch v4.6.0
This commit is contained in:
parent
7a2140f509
commit
120ba454b9
|
@ -51,6 +51,8 @@ targets.setLastVersion = function (type, version) {
|
|||
}
|
||||
if (type.startsWith('/algoliasearch/3.')) {
|
||||
return '3.35.1';
|
||||
} else if (type.startsWith('/algoliasearch/4.')) {
|
||||
return '4.6.0';
|
||||
} else if (type.startsWith('/anchor-js/3.')) {
|
||||
return '3.2.2';
|
||||
} else if (type.startsWith('/anchor-js/4.')) {
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
</div>
|
||||
<ul>
|
||||
<li>Updated: plyr v3.5.10 -> v3.6.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/165">#165</a>)</li>
|
||||
<li>Added: algoliasearch v4.6.0</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,4 @@
|
|||
In this directory the file was renamed.
|
||||
|
||||
Original: algoliasearch.umd.min.js
|
||||
Now: algoliasearch.min.js
|
Loading…
Reference in New Issue