Skip to content

Commit 29a0302

Browse files
authored
3.0.2 (#169)
1 parent c3ebfb1 commit 29a0302

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.0.2 / 2025-11-20
2+
===================
3+
4+
* Fix: update JSDoc to reflect that functions return only `false` or `string`, not `boolean|string`.
5+
* Fix: refined mime-score logic so `.mp4` resolves correctly
6+
* Fix:reflect the current Node.js version supported to ≥ 18 (See 3.0.0 for more details).
7+
18
3.0.1 / 2025-03-26
29
===================
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mime-types",
33
"description": "The ultimate javascript content-type utility.",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"contributors": [
66
"Douglas Christopher Wilson <doug@somethingdoug.com>",
77
"Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)",

0 commit comments

Comments
 (0)