We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ebfb1 commit 29a0302Copy full SHA for 29a0302
HISTORY.md
@@ -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
8
3.0.1 / 2025-03-26
9
===================
10
package.json
@@ -1,7 +1,7 @@
{
"name": "mime-types",
"description": "The ultimate javascript content-type utility.",
- "version": "3.0.1",
+ "version": "3.0.2",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)",
0 commit comments