This commit is contained in:
Michelle Bu 2014-06-28 15:17:08 -07:00
parent 9b3f7a3f38
commit 7335327b44
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# PeerServer Changelog
### 0.2.6
* Ensure 16 character IDs.
### 0.2.5
* Takes a `path` option, which the peer server will append PeerJS routes to.

View File

@ -1,6 +1,6 @@
{
"name": "peer",
"version": "0.2.5",
"version": "0.2.6",
"description": "PeerJS server component",
"main": "lib/server.js",
"bin": {