Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4e9ceb4f8e | |||
8f4bc779e2 |
@ -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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartmime",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"private": false,
|
||||
"description": "A module for detecting MIME types with support for binary and text file distinctions.",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -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.'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user