diff --git a/changelog.md b/changelog.md index 52bde56..adfec20 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 6db64fc..8744969 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }