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 9946758 commit bff477dCopy full SHA for bff477d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog for osjs-server
2
3
+## 3.0.46
4
+
5
+* Fix issue with path resolution in VFS on cross requests (fixes #19)
6
7
## 3.0.45
8
9
* Correctly detect VFS options on GET (fixes #18)
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/server",
- "version": "3.0.45",
+ "version": "3.0.46",
"description": "OS.js v3 Server",
"main": "index.js",
"scripts": {
0 commit comments