Loading release notes...
Error loading release notes
Please check the following:
-
Make sure
release-notes.json
exists in the same folder asindex.html
- Try opening the HTML file through a local server instead of double-clicking
- Check the browser console (F12) for detailed error messages
Quick fix: Use a local server like Python's
python -m http.server 8000
or VS Code Live Server
extension.