fix(core): Documentation and test coverage updates
This commit is contained in:
parent
543c0de865
commit
8f4bc779e2
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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)
|
## 2024-11-18 - 2.0.3 - fix(core)
|
||||||
Update dependencies and optimize type imports
|
Update dependencies and optimize type imports
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartmime',
|
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.'
|
description: 'A module for detecting MIME types with support for binary and text file distinctions.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user