We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b72f5 commit 1cb3128Copy full SHA for 1cb3128
HISTORY.md
@@ -1,11 +1,12 @@
1
unreleased
2
==========
3
4
- * deps: mime-db@~1.32.0
+ * deps: mime-db@~1.33.0
5
- Add `application/raml+yaml` with extension `.raml`
6
- Add `application/wasm` with extension `.wasm`
7
- Add `text/shex` with extension `.shex`
8
- Add extensions for JPEG-2000 images
9
+ - Add extensions from IANA for `message/*` types
10
- Add new upstream MIME types
11
- Update font MIME types
12
- Update `text/hjson` to registered `application/hjson`
package.json
@@ -14,7 +14,7 @@
14
],
15
"repository": "jshttp/mime-types",
16
"dependencies": {
17
- "mime-db": "~1.32.0"
+ "mime-db": "~1.33.0"
18
},
19
"devDependencies": {
20
"eslint": "3.19.0",
0 commit comments