history v5.0.1 -> v5.1.0 (#755)
This commit is contained in:
parent
72c1d0c1e0
commit
ddc5701281
|
@ -1131,7 +1131,7 @@ https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/xcode.min.css
|
|||
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/xt256.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/zenburn.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/history/4.10.1/history.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/history/5.0.1/history.production.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/history/5.1.0/history.production.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/hls.js/0.14.17/hls.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.0.12/hls.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/hogan.js/3.0.2/hogan.min.js
|
||||
|
|
|
@ -312,7 +312,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/history/4.')) {
|
||||
return '4.10.1';
|
||||
} else if (type.startsWith('/history/5.')) {
|
||||
return '5.0.1';
|
||||
return '5.1.0';
|
||||
} else if (type.startsWith('/hls.js/0.')) {
|
||||
return '0.14.17';
|
||||
} else if (type.startsWith('/hls.js/1.')) {
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
<li>hls.js v1.0.11 -> v1.0.12 (<a href="https://codeberg.org/nobody/LocalCDN/issues/751">#751</a>)</li>
|
||||
<li>bootswatch v4.6.0 -> v4.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/753">#753</a>)</li>
|
||||
<li>bootstrap-icons v1.6.1 -> v1.7.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/754">#754</a>)</li>
|
||||
<li>history v5.0.1 -> v5.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/755">#755</a>)</li>
|
||||
</ul>
|
||||
<p>Improved</p>
|
||||
<ul>
|
||||
|
|
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