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 de77937 commit 9e7d9a1Copy full SHA for 9e7d9a1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog for osjs-server
2
3
+## 3.1.7 - 2020-07-22
4
+
5
+* Abstracted away req/res from VFS calls in favor of options (#34)
6
+* Support async adapter functions (#34)
7
8
## 3.1.6 - 2020-07-17
9
10
* Send content-type mime on readfile if available (#35)
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/server",
- "version": "3.1.6",
+ "version": "3.1.7",
"description": "OS.js v3 Server",
"main": "index.js",
"scripts": {
0 commit comments