Updated: algoliasearch v4.8.3 -> v4.8.4 (#239)
This commit is contained in:
parent
5122d21279
commit
6e621125b6
|
@ -59,7 +59,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/algoliasearch/3.')) {
|
||||
return '3.35.1';
|
||||
} else if (type.startsWith('/algoliasearch/4.')) {
|
||||
return '4.8.3';
|
||||
return '4.8.4';
|
||||
} else if (type.startsWith('/anchor-js/3.')) {
|
||||
return '3.2.2';
|
||||
} else if (type.startsWith('/anchor-js/4.')) {
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
<li>Improved: List of domains line by line (<a href="https://codeberg.org/nobody/LocalCDN/issues/236">#236</a>)</li>
|
||||
<li>Updated: Bootstrap v4.5.3 -> v4.6.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/237">#237</a>)</li>
|
||||
<li>Updated: instantsearch.js v4.11.0 -> v4.12.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/238">#238</a>)</li>
|
||||
<li>Updated: algoliasearch v4.8.3 -> v4.8.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/239">#239</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue