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 f5555c0 commit 5416d3eCopy full SHA for 5416d3e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog for osjs-server
2
3
+## 3.0.47
4
+
5
+* Added abitlity to make VFS group checking non-strict (#22) (#23)
6
7
## 3.0.46
8
9
* Fix issue with path resolution in VFS on cross requests (fixes #19)
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/server",
- "version": "3.0.46",
+ "version": "3.0.47",
"description": "OS.js v3 Server",
"main": "index.js",
"scripts": {
0 commit comments