Michelle Bu 11 年之前
父节点
当前提交
abed203421
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 4 1
      changelog.md
  2. 1 1
      package.json

+ 4 - 1
changelog.md

@@ -1,6 +1,9 @@
 # PeerServer Changelog
 
-### 0.2.1
+### 0.2.4
+* Added the ability to specify a custom path.
+* Added the option to be able to get a list of peers on the client side.
 
+### 0.2.1
 * Added test suite.
 * Locked node dependency for restify.

+ 1 - 1
package.json

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