Michelle Bu 10 anni fa
parent
commit
aa281474cf
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 3 0
      changelog.md
  2. 1 1
      package.json

+ 3 - 0
changelog.md

@@ -1,5 +1,8 @@
 # PeerJS Changelog
 
+## Version 0.3.14
+* Patch for #246, which started as of Chrome 38.
+
 ## Version 0.3.11 (28 Sep 2014)
 * Browserify build system
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "peerjs",
-  "version": "0.3.13",
+  "version": "0.3.14",
   "description": "PeerJS client",
   "main": "./lib/peer.js",
   "repository": {