v0.21.3
arkohut/pensievev0.21.3Nov 26, 2024by github-actions[bot]
AI Summary
This update resolves MIME type mapping errors in Windows environments by explicitly mapping `.js` files to the `application/javascript` MIME type.
Key Highlights
- Fixes MIME type errors in some Windows environments.
- Adds mapping for `.js` files to `application/javascript`.
Full Release Notes
# Handle MIME Type errors in some Windows environment Modify the mapping rules of mimetypes to assign the MIME type `application/javascript` to `.js`. Related issues: https://github.com/arkohut/pensieve/issues/18 https://github.com/arkohut/pensieve/issues/33 ## What's Changed * fix(server): add mimetype map for js file by @arkohut in https://github.com/arkohut/pensieve/pull/34 **Full Changelog**: https://github.com/arkohut/pensieve/compare/v0.21.2...v0.21.3