2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-01 00:04:06 +03:00
This commit is contained in:
nathan
2017-07-24 14:46:54 -07:00
parent ace2bf5d91
commit 38b6b8b124
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -2,6 +2,10 @@
This package is [semantic versioned](http://semver.org/)
## 2.0.2
- [bugfix]: handle json responses that do not include a `.mutation` value
## 2.0.1
- [bugfix]: call `new WebSocket` constructor without an empty sub-protocol string (throws on Chrome w/o this fix)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-native-websocket",
"version": "2.0.1",
"version": "2.0.2",
"description": "native websocket implemantation for vuejs and vuex",
"main": "dist/build.js",
"scripts": {