Skip to content

Commit 7bf52a4

Browse files
committed
minor
1 parent a713007 commit 7bf52a4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# nodegame-server change log
22

3+
# 7.0.0
4+
- Minified nodegame-full.min.js with terser.
5+
- Upgraded: Winston3, Socket.IO 4, Bootstrap 5 (partial support).
6+
- Dropped: PhantomJS
7+
- REMOTE_DISPATCH option for waiting room.
8+
9+
310
# 6.3.0
411
- CSS: Bomb widget is adaptive to media query, VisualRound is more compact.
512
- Fixed renderTemplate bug when auth is on.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodegame-server"
33
, "description": "nodeGame server for the browser and node.js"
4-
, "version": "6.3.0"
4+
, "version": "7.0.0"
55
, "main" : "index.js"
66
, "homepage": "http://nodegame.org"
77
, "keywords": [ "game", "multiplayer", "experiment", "behavioral", "socket.io", "websockets"]

0 commit comments

Comments
 (0)