1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added: Chart.js v3.0.1 (#347)

This commit is contained in:
nobody
2021-04-03 06:20:40 +02:00
parent 949406a41e
commit dfd5399985
6 changed files with 23 additions and 0 deletions

View File

@@ -206,6 +206,8 @@ targets.setLastVersion = function (type, version) {
return '0.9.2';
} else if (type.startsWith('/Chart.js/2.')) {
return '2.9.4';
} else if (type.startsWith('/Chart.js/3.')) {
return '3.0.1';
} else if (type.startsWith('/chosen/1.')) {
return '1.8.7';
} else if (type.startsWith('/clipboard.js/1.')) {