fix(core): Documentation and test coverage updates

This commit is contained in:
Philipp Kunz 2024-11-18 15:04:07 +01:00
parent 543c0de865
commit 8f4bc779e2
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2024-11-18 - 2.0.4 - fix(core)
Documentation and test coverage updates
- Comprehensive examples added to readme.md.
- Expanded test coverage for mime type detection.
## 2024-11-18 - 2.0.3 - fix(core)
Update dependencies and optimize type imports

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmime',
version: '2.0.3',
version: '2.0.4',
description: 'A module for detecting MIME types with support for binary and text file distinctions.'
}