Skip to content

Commit 9e7d9a1

Browse files
committed
Version bump
1 parent de77937 commit 9e7d9a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog for osjs-server
22

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+
38
## 3.1.6 - 2020-07-17
49

510
* Send content-type mime on readfile if available (#35)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osjs/server",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "OS.js v3 Server",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)