We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
andersevenrud
Learn more about funding links in repositories.
Report abuse
1 parent c736f16 commit 819b0ccCopy full SHA for 819b0cc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog for osjs-server
2
3
+## 3.0.45
4
+
5
+* Correctly detect VFS options on GET (fixes #18)
6
7
## 3.0.44
8
9
* Support more characters in vfs mountpoint names
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/server",
- "version": "3.0.44",
+ "version": "3.0.45",
"description": "OS.js v3 Server",
"main": "index.js",
"scripts": {
0 commit comments