Updated: algoliasearch v4.8.0 -> v4.8.3 (#186)

This commit is contained in:
nobody 2020-12-04 06:59:51 +01:00
parent 1f7398fe02
commit 118eae2aac
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 3 additions and 3 deletions

View File

@ -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.2';
return '4.8.3';
} else if (type.startsWith('/anchor-js/3.')) {
return '3.2.2';
} else if (type.startsWith('/anchor-js/4.')) {

View File

@ -28,7 +28,7 @@
<li>Updated: jQuery Migrate v3.3.1 -> v3.3.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/182">#182</a>)</li>
<li>Updated: raven.js v3.26.2 -> v3.27.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/183">#183</a>)</li>
<li>Updated: vanilla-lazyload v17.1.3 -> v17.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/185">#185</a>)</li>
<li>Updated: algoliasearch v4.8.0 -> v4.8.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/186">#186</a>)</li>
<li>Updated: algoliasearch v4.8.0 -> v4.8.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/186">#186</a>)</li>
<li>Fixed: Data type of update notification (<a href="https://codeberg.org/nobody/LocalCDN/issues/174">#174</a>)</li>
<li>Added: jQuery v1.11.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/187">#187</a>)</li>
<li>Updated: bootbox.js v5.4.1 -> v5.5.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/188">#188</a>)</li>