Michelle Bu 11 năm trước cách đây
mục cha
commit
7335327b44
2 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 4 0
      changelog.md
  2. 1 1
      package.json

+ 4 - 0
changelog.md

@@ -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.

+ 1 - 1
package.json

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