Compare commits
No commits in common. "master" and "v2.0.3" have entirely different histories.
@ -1,11 +1,5 @@
|
||||
# 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.4",
|
||||
"version": "2.0.3",
|
||||
"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.4',
|
||||
version: '2.0.3',
|
||||
description: 'A module for detecting MIME types with support for binary and text file distinctions.'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user