11.8.1 (2025-11-25)
✨ Features
- add workflow_dispatch trigger to post release notes manually (0eb70ad)
- bump zwave-js@15.17.1 (a5f4018)
- migrate to Vite 7 and bump Vue/Vuetify deps (4243387)
🐛 Bug Fixes
- add error handling for workflow_dispatch release fetch (128f281)
- handle Discord webhook 2000 char limit with embeds (b5dd000)
- resolve TypeScript type errors and remove deprecated extract-zip types (0169c1e)
- update vite.config.mjs for Vite 7 ESM compatibility (15aa85f)
🔧 Chores
- bump Node.js version to 22.20.0 in Docker (2c157f5)
- improve warning message clarity for truncated content (1069754)
- update release-it configuration to use conventional commits preset (eb8607b)
📚 Documentation
- add comment explaining ESM vs CommonJS in bot scripts (06a2945)