chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
64.82k stars 11.92k forks source link

CDNJS is missing latest ChartJS versions #11892

Open AB-xdev opened 2 months ago

AB-xdev commented 2 months ago

Expected behavior

CDNJS contains the latest ChartJS version (4.4.4).

Current behavior

The latest version on CDNJS is 4.4.1 https://cdnjs.com/libraries/Chart.js

jsdelivr and npm correctly contain version 4.4.4

chart.js version

v4.4.4

hobbez commented 1 month ago

As CDNJS is the first CDN listed on the ChartJS Installation page, any chance of getting it continuously updated with the latest release?

LeeLenaleee commented 1 month ago

Opened an issue on the cdnjs github about this: https://github.com/cdnjs/packages/issues/1909