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 aecb9b0 commit f880948Copy full SHA for f880948
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog for osjs-server
2
3
+## 3.2.1 - 2021-07-15
4
+
5
+* Added express router service bindings
6
7
## 3.1.20 - 2021-07-13
8
9
* Added 'session' option to Filesystem#call
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/server",
- "version": "3.1.20",
+ "version": "3.2.1",
"description": "OS.js Server",
"main": "index.js",
"scripts": {
0 commit comments