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 4a8c9b9 commit cde5db7Copy full SHA for cde5db7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog for osjs-server
2
3
+## 3.2.4 - 2021-08-03
4
+
5
+* Add configuration for http bind host (#55)
6
7
## 3.2.3 - 2021-07-23
8
9
* Allow default exports from ESM in packages
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/server",
- "version": "3.2.3",
+ "version": "3.2.4",
"description": "OS.js Server",
"main": "index.js",
"scripts": {
0 commit comments