Ver Fonte

v.0.2.4

Michelle Bu há 11 anos atrás
pai
commit
abed203421
2 ficheiros alterados com 5 adições e 2 exclusões
  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": {