We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afa43c commit 1b07738Copy full SHA for 1b07738
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog for osjs-server
2
3
+## 3.1.6 - 2020-07-17
4
+
5
+* Send content-type mime on readfile if available (#35)
6
7
## 3.1.5 - 2020-06-27
8
9
* Moved ranged VFS responses down to API (from adapter)
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/server",
- "version": "3.1.5",
+ "version": "3.1.6",
"description": "OS.js v3 Server",
"main": "index.js",
"scripts": {
0 commit comments