We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118e0ef commit 2ead7b3Copy full SHA for 2ead7b3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog for osjs-server
2
3
+## 3.1.1 - 2020-04-11
4
+
5
+* Added websocket client ping (#30)
6
7
## 3.1.0 - 2020-04-10
8
9
* Added support for https (#26) (#27)
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/server",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "OS.js v3 Server",
"main": "index.js",
"scripts": {
0 commit comments